diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-14 21:39:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-14 21:39:56 +0000 |
commit | 16507ddd6b0eee407b6e2c37e91c8af4be0d2370 (patch) | |
tree | 3715e329bf4b94c416733732547b2f9e77997442 /Makefile | |
parent | 3fbe711832625b82d2cea5a3397f0167f893fdc7 (diff) | |
download | ffmpeg-16507ddd6b0eee407b6e2c37e91c8af4be0d2370.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) := |