# HG changeset patch # User diego # Date 1282057955 0 # Node ID a564f632ba4969db60edea336437ee19e3b3a996 # Parent 2cc84451855441e5d36029a761b28340d97c9aa6 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. diff -r 2cc844518554 -r a564f632ba49 Makefile --- 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