Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-11 23:58:32 +0300
committerMåns Rullgård <mans@mansr.com>2006-11-11 23:58:32 +0300
commit3894bc74dbdfa2618cc3a57266c66b7f92cebcbd (patch)
tree577f87730e76264767bef6f16abf83196ad50cb0 /Makefile
parent1ed1a122a7cc2edcda8425f28f90a23640c557e7 (diff)
fix make dep for out of tree builds
Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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