1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-10 11:06:29 +02:00

Clarify comment about gcc -MM.

Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-10-30 08:01:48 +00:00
parent 582c1c47da
commit 2a4592fedc

View File

@ -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,' > $@