From 2a4592fedca6f133d05374545db23e663b6957f8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 30 Oct 2007 08:01:48 +0000 Subject: Clarify comment about gcc -MM. Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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,' > $@ -- cgit v1.2.3