summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-06-22 21:28:30 +0000
committerDiego Biurrun <diego@biurrun.de>2006-06-22 21:28:30 +0000
commitfd071c2659186813cecd217dd58941f48402b2a0 (patch)
treed9b085d58f7fd50b00499c168373be50d048946d
parent2ba042a75603bdd0fee31b2348b371a953fbd5c9 (diff)
.depend needs version.h, noticed by Uoti Urpala
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8335a8716f..91fa008fe0 100644
--- 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