summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-10 20:18:40 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-10 20:18:40 +0000
commit30a3ad750b6bae0657b233bd343c6f656f8cc99c (patch)
tree48885c6b84ee84454bddc1504e321823595eaae6 /Makefile
parent7853bf93b2ebc23713552452225e8d7ddf89a892 (diff)
Simplify .depend generation command.
Originally committed as revision 12414 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 3d17a1c3e4..fac0d39130 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ depend dep: .depend .vhookdep
$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter depend
.depend: $(SRCS) version.h
- $(CC) -MM $(CFLAGS) $(filter-out %.h,$^) > .depend
+ $(CC) -MM $(CFLAGS) $(SRCS) > $@
# gcc stupidly only outputs the basename of targets with -MM
.vhookdep: $(ALLHOOKS_SRCS) version.h