From 3894bc74dbdfa2618cc3a57266c66b7f92cebcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 11 Nov 2006 20:58:32 +0000 Subject: fix make dep for out of tree builds Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ad6023bf3..26fb1488ff 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ ifeq ($(CONFIG_VHOOK),yes) endif .depend: $(SRCS) version.h - $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend + $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend .libs: lib @test -f .libs || touch .libs -- cgit v1.2.3