From: Andre Noll Date: Sat, 16 Jul 2016 20:47:57 +0000 (+0200) Subject: build: Remove target "dep". X-Git-Tag: v0.5.7~24 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b865ea3383d198464e920194b61d40dee32dc019 build: Remove target "dep". It is not needed at all. The attempt to include non-existent or outdated .d files instructs make to rebuild them. --- diff --git a/Makefile.real b/Makefile.real index a226df1b..ce4881d2 100644 --- a/Makefile.real +++ b/Makefile.real @@ -65,9 +65,8 @@ tarball_pfx := $(PACKAGE_TARNAME)-$(GIT_VERSION) tarball_delete := $(addprefix $(tarball_pfx)/, web .gitignore) tarball := $(tarball_pfx).tar.bz2 -.PHONY: dep all clean clean2 distclean maintainer-clean install man tarball -all: dep $(prefixed_executables) $(man_pages) -dep: $(deps) +.PHONY: all clean clean2 distclean maintainer-clean install man tarball +all: $(prefixed_executables) $(man_pages) man: $(man_pages) tarball: $(tarball)