# HG changeset patch # User diego # Date 1219041010 0 # Node ID 1bbfa128dc71be1794b89bcbb56e2accc0270568 # Parent 29548d0a768a3dc1bc69a76c90b49f862776ddda Remove SKIP_DEPS trick. The same effect can be achieved without it. diff -r 29548d0a768a -r 1bbfa128dc71 Makefile --- a/Makefile Sun Aug 17 22:32:30 2008 +0000 +++ b/Makefile Mon Aug 18 06:30:10 2008 +0000 @@ -1056,13 +1056,10 @@ -# Do not include dependencies when they are about to be removed anyway -# or if SKIP_DEPS was set to "yes" on the command line. +# Do not include dependencies when they are about to be removed anyway. ifneq ($(MAKECMDGOALS),distclean) -ifneq ($(SKIP_DEPS),yes) -include $(DEPS) endif -endif .PHONY: all doxygen *install* *tools drivers dhahelper* .PHONY: checkheaders *clean dep depend tests