Some gcc versions dislike version.h to appear in the list of files to
authorDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 18:30:41 +0000 (18:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 31 Aug 2006 18:30:41 +0000 (18:30 +0000)
compile dependencies for.

Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index e420818..94537e5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ ifeq ($(BUILD_VHOOK),yes)
 endif
 
 .depend: $(SRCS) version.h
-       $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
+       $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
 
 .libs: lib
        @test -f .libs || touch .libs