changeset 27439:1bbfa128dc71

Remove SKIP_DEPS trick. The same effect can be achieved without it.
author diego
date Mon, 18 Aug 2008 06:30:10 +0000
parents 29548d0a768a
children b98ea5948201
files Makefile
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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