OSDN Git Service

Add DIRS variable to the list of variables to be cleared instead of
authorDiego Biurrun <diego@biurrun.de>
Mon, 14 Apr 2008 21:39:56 +0000 (21:39 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 14 Apr 2008 21:39:56 +0000 (21:39 +0000)
unsetting it manually.

Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile
common.mak

index e64264e..878f17f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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) :=
index 1fbdf2b..2ec0dff 100644 (file)
@@ -87,9 +87,6 @@ endef
 
 $(eval $(RULES))
 
-# Clear DIRS variable so that it is not used in other subdirectories.
-DIRS =
-
 tests: $(TESTS)
 
 -include $(DEPS)