From: Diego Biurrun Date: Sun, 13 Apr 2008 10:37:30 +0000 (+0000) Subject: Clear DIRS variable in common.mak, so it does not have to be cleared in X-Git-Tag: v0.5~5132 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e825656f1df41da334b0be699cb1f3b5ec9b3ffb;p=coroid%2Flibav_saccubus.git Clear DIRS variable in common.mak, so it does not have to be cleared in each subdirectory Makefile. Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/common.mak b/common.mak index 2ec0dffd1..1fbdf2b48 100644 --- a/common.mak +++ b/common.mak @@ -87,6 +87,9 @@ endef $(eval $(RULES)) +# Clear DIRS variable so that it is not used in other subdirectories. +DIRS = + tests: $(TESTS) -include $(DEPS) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 63b20789a..a9858d79a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -472,8 +472,6 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc include $(SUBDIR)../subdir.mak -DIRS = - $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME)