[FFmpeg-cvslog] r12825 - in trunk: Makefile common.mak

diego subversion
Mon Apr 14 23:39:56 CEST 2008


Author: diego
Date: Mon Apr 14 23:39:56 2008
New Revision: 12825

Log:
Add DIRS variable to the list of variables to be cleared instead of
unsetting it manually.


Modified:
   trunk/Makefile
   trunk/common.mak

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Apr 14 23:39:56 2008
@@ -50,7 +50,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
 	cp -p $< $@
 	$(STRIP) $@
 
-SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES
+SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES DIRS
 
 define RESET
 $(1) :=

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	(original)
+++ trunk/common.mak	Mon Apr 14 23:39:56 2008
@@ -87,9 +87,6 @@ endef
 
 $(eval $(RULES))
 
-# Clear DIRS variable so that it is not used in other subdirectories.
-DIRS =
-
 tests: $(TESTS)
 
 -include $(DEPS)




More information about the ffmpeg-cvslog mailing list