.depend needs version.h, noticed by Uoti Urpala
authorDiego Biurrun <diego@biurrun.de>
Thu, 22 Jun 2006 21:28:30 +0000 (21:28 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 22 Jun 2006 21:28:30 +0000 (21:28 +0000)
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 8335a87..91fa008 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes)
        $(MAKE) -C vhook       depend
 endif
 
-.depend: $(SRCS)
+.depend: $(SRCS) version.h
        $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
 
 .libs: lib