Commit 79c9ac68 authored by diego's avatar diego

Clear DIRS variable in common.mak, so it does not have to be cleared in

each subdirectory Makefile.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a3730b0
...@@ -87,6 +87,9 @@ endef ...@@ -87,6 +87,9 @@ endef
$(eval $(RULES)) $(eval $(RULES))
# Clear DIRS variable so that it is not used in other subdirectories.
DIRS =
tests: $(TESTS) tests: $(TESTS)
-include $(DEPS) -include $(DEPS)
...@@ -472,8 +472,6 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc ...@@ -472,8 +472,6 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc
include $(SUBDIR)../subdir.mak include $(SUBDIR)../subdir.mak
DIRS =
$(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c $(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.c
$(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME) $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dct-test.o fdctref.o $(SUBDIR)$(LIBNAME)
......
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