diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-22 21:28:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-22 21:28:30 +0000 |
commit | fd071c2659186813cecd217dd58941f48402b2a0 (patch) | |
tree | d9b085d58f7fd50b00499c168373be50d048946d | |
parent | 2ba042a75603bdd0fee31b2348b371a953fbd5c9 (diff) | |
download | ffmpeg-fd071c2659186813cecd217dd58941f48402b2a0.tar.gz |
.depend needs version.h, noticed by Uoti Urpala
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |