Commit ddc3b02d authored by diego's avatar diego

Add DIRS variable to the list of variables to be cleared instead of

unsetting it manually.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb1a03db
...@@ -50,7 +50,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) ...@@ -50,7 +50,7 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
cp -p $< $@ cp -p $< $@
$(STRIP) $@ $(STRIP) $@
SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES SUBDIR_VARS := OBJS ASM_OBJS CPP_OBJS FFLIBS CLEANFILES DIRS
define RESET define RESET
$(1) := $(1) :=
......
...@@ -87,9 +87,6 @@ endef ...@@ -87,9 +87,6 @@ endef
$(eval $(RULES)) $(eval $(RULES))
# Clear DIRS variable so that it is not used in other subdirectories.
DIRS =
tests: $(TESTS) tests: $(TESTS)
-include $(DEPS) -include $(DEPS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment