summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-03-25 00:50:56 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-03-25 00:50:56 +0000
commit1bbeb2335615f5e9179947d64085bacaa812fe2f (patch)
tree0f1c74c520438e0683135c722401c24d805879d7 /Makefile
parentd7520f217af1c4ae0502829dde4e606b0c508c6b (diff)
Clear some more variables that are used on subdir Makefiles.
Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dd4cf1a8a..ed8e13a371 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,8 @@ $(PROGS): %$(EXESUF): %_g$(EXESUF)
cp -p $< $@
$(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
$(1) :=