[FFmpeg-cvslog] r10875 - trunk/Makefile

diego subversion
Tue Oct 30 09:01:48 CET 2007


Author: diego
Date: Tue Oct 30 09:01:48 2007
New Revision: 10875

Log:
Clarify comment about gcc -MM.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Oct 30 09:01:48 2007
@@ -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,' > $@
 




More information about the ffmpeg-cvslog mailing list