[MPlayer-cvslog] r31969 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Aug 17 17:12:35 CEST 2010


Author: diego
Date: Tue Aug 17 17:12:35 2010
New Revision: 31969

Log:
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.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Aug 17 17:07:16 2010	(r31968)
+++ trunk/Makefile	Tue Aug 17 17:12:35 2010	(r31969)
@@ -1154,10 +1154,7 @@ dhahelperwinclean:
 
 
 
-# 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


More information about the MPlayer-cvslog mailing list