From fd071c2659186813cecd217dd58941f48402b2a0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 22 Jun 2006 21:28:30 +0000 Subject: [PATCH] .depend needs version.h, noticed by Uoti Urpala Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8335a87..91fa008 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 -- 2.7.4