Commit 2a4592fe authored by Diego Biurrun's avatar Diego Biurrun

Clarify comment about gcc -MM.

Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 582c1c47
......@@ -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,' > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment