summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-30 08:01:48 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-30 08:01:48 +0000
commit2a4592fedca6f133d05374545db23e663b6957f8 (patch)
tree35551f8a60346660514cc5e7b67f26ce3af143a2 /Makefile
parent582c1c47da05f621b84568deb50e7f89ca0dc88c (diff)
Clarify comment about gcc -MM.
Originally committed as revision 10875 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 3514f1faac..d12ea066db 100644
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,7 @@ endif
.depend: $(SRCS) version.h
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
-# gcc stupidly only outputs the basename of targets
+# gcc stupidly only outputs the basename of targets with -MM
.vhookdep: $(ALLHOOKS_SRCS)
$(CC) $(VHOOKCFLAGS) -MM $^ | sed 's,^\([a-z]\),vhook/\1,' > $@