changeset 31888:a564f632ba49

Remove hack that skips including dependency files on distclean. Now that dependency files are generated as a sideeffect of compilation this workaround is no longer needed since distclean no longer tries to create them.
author diego
date Tue, 17 Aug 2010 15:12:35 +0000
parents 2cc844518554
children ee8e6a959d68
files Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Aug 17 15:07:16 2010 +0000
+++ b/Makefile	Tue Aug 17 15:12:35 2010 +0000
@@ -1154,10 +1154,7 @@
 
 
 
-# Do not include dependencies when they are about to be removed anyway.
-ifneq ($(MAKECMDGOALS),distclean)
 -include $(DEPS)
-endif
 
 .PHONY: all doxygen *install* *tools drivers dhahelper*
 .PHONY: checkheaders *clean tests