mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add DIRS variable to the list of variables to be cleared instead of
unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3fbe711832
commit
16507ddd6b
2
Makefile
2
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) :=
|
||||
|
@ -87,9 +87,6 @@ endef
|
||||
|
||||
$(eval $(RULES))
|
||||
|
||||
# Clear DIRS variable so that it is not used in other subdirectories.
|
||||
DIRS =
|
||||
|
||||
tests: $(TESTS)
|
||||
|
||||
-include $(DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user