[FFmpeg-cvslog] r11543 - trunk/Makefile
diego
subversion
Wed Jan 16 23:43:04 CET 2008
Author: diego
Date: Wed Jan 16 23:43:04 2008
New Revision: 11543
Log:
Make .vhookdep depend on version.h, same as .depend.
patch by Diego 'Flameeyes' Petten?, flameeyes gmail com
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Jan 16 23:43:04 2008
@@ -240,7 +240,7 @@ endif
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
# gcc stupidly only outputs the basename of targets with -MM
-.vhookdep: $(ALLHOOKS_SRCS)
+.vhookdep: $(ALLHOOKS_SRCS) version.h
$(CC) $(VHOOKCFLAGS) -MM $^ | sed 's,^\([a-z]\),vhook/\1,' > $@
$(DEP_LIBS): lib
More information about the ffmpeg-cvslog
mailing list