build: Remove target "dep".
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 16 Jul 2016 20:47:57 +0000 (22:47 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 26 Aug 2016 20:37:56 +0000 (22:37 +0200)
It is not needed at all. The attempt to include non-existent or
outdated .d files instructs make to rebuild them.

Makefile.real

index a226df1ba5713bc77b1744ed560c5eda0af6aa26..ce4881d29c90c8626e44d384dab14c81e15b11b8 100644 (file)
@@ -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)