Commit d4def72d authored by ramiro's avatar ramiro

Clear some more variables that are used on subdir Makefiles.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18180 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 434745ca
...@@ -47,7 +47,8 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF) ...@@ -47,7 +47,8 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
cp -p $< $@ cp -p $< $@
$(STRIP) $@ $(STRIP) $@
SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES \
ALTIVEC-OBJS MMX-OBJS YASM-OBJS-FFT YASM-OBJS
define RESET define RESET
$(1) := $(1) :=
......
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