From: Diego Biurrun Date: Mon, 14 Apr 2008 21:39:56 +0000 (+0000) Subject: Add DIRS variable to the list of variables to be cleared instead of X-Git-Tag: v0.5~5110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16507ddd6b0eee407b6e2c37e91c8af4be0d2370;p=platform%2Fupstream%2Flibav.git 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 --- diff --git a/Makefile b/Makefile index e64264e..878f17f 100644 --- a/Makefile +++ b/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) := diff --git a/common.mak b/common.mak index 1fbdf2b..2ec0dff 100644 --- a/common.mak +++ b/common.mak @@ -87,9 +87,6 @@ endef $(eval $(RULES)) -# Clear DIRS variable so that it is not used in other subdirectories. -DIRS = - tests: $(TESTS) -include $(DEPS)