diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-30 08:01:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-30 08:01:48 +0000 |
commit | 2a4592fedca6f133d05374545db23e663b6957f8 (patch) | |
tree | 35551f8a60346660514cc5e7b67f26ce3af143a2 /Makefile | |
parent | 582c1c47da05f621b84568deb50e7f89ca0dc88c (diff) | |
download | ffmpeg-2a4592fedca6f133d05374545db23e663b6957f8.tar.gz |
Clarify comment about gcc -MM.
Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,' > $@ |