changeset 6590:4a50b15dc17a libavcodec

Unset DIRS after including subdir.mak so that the variable is not used in the other subdirectory Makefiles.
author diego
date Sun, 13 Apr 2008 10:22:46 +0000
parents 591209dba27a
children 45bcfc54aa80
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Apr 13 10:09:47 2008 +0000
+++ b/Makefile	Sun Apr 13 10:22:46 2008 +0000
@@ -472,6 +472,8 @@
 
 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)