changeset 6591:45bcfc54aa80 libavcodec

Clear DIRS variable in common.mak, so it does not have to be cleared in each subdirectory Makefile.
author diego
date Sun, 13 Apr 2008 10:37:30 +0000
parents 4a50b15dc17a
children 1d4e5e8d8012
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Apr 13 10:22:46 2008 +0000
+++ b/Makefile	Sun Apr 13 10:37:30 2008 +0000
@@ -472,8 +472,6 @@
 
 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)