[MPlayer-cvslog] r27471 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Aug 18 08:30:10 CEST 2008
Author: diego
Date: Mon Aug 18 08:30:10 2008
New Revision: 27471
Log:
Remove SKIP_DEPS trick. The same effect can be achieved without it.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug 18 08:30:10 2008
@@ -1056,13 +1056,10 @@ dhahelperwinclean:
-# 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
More information about the MPlayer-cvslog
mailing list