[Ffmpeg-cvslog] r6974 - trunk/Makefile

mru subversion
Sat Nov 11 21:58:33 CET 2006


Author: mru
Date: Sat Nov 11 21:58:32 2006
New Revision: 6974

Modified:
   trunk/Makefile

Log:
fix make dep for out of tree builds


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat Nov 11 21:58:32 2006
@@ -210,7 +210,7 @@
 endif
 
 .depend: $(SRCS) version.h
-	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
+	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
 
 .libs: lib
 	@test -f .libs || touch .libs




More information about the ffmpeg-cvslog mailing list