[Ffmpeg-cvslog] r6988 - trunk/Makefile

mru subversion
Sun Nov 12 17:37:32 CET 2006


Author: mru
Date: Sun Nov 12 17:37:32 2006
New Revision: 6988

Modified:
   trunk/Makefile

Log:
fix make dep with some gcc versions


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Nov 12 17:37:32 2006
@@ -208,7 +208,7 @@
 endif
 
 .depend: $(SRCS) version.h
-	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
+	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
 
 .libs: lib
 	@test -f .libs || touch .libs




More information about the ffmpeg-cvslog mailing list