]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add DIRS variable to the list of variables to be cleared instead of
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 14 Apr 2008 21:39:56 +0000 (21:39 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 14 Apr 2008 21:39:56 +0000 (21:39 +0000)
unsetting it manually.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

Makefile
common.mak

index e64264e1a50cb949bb39bdce56b1568119a61e9b..878f17f5584f9fa78c3b10a475c4e05724a57f56 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 1fbdf2b489e68a175c78b2037f338dc64a14e04e..2ec0dffd133e6f30b9aabe56816edac5266b984a 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)