diff options
author | Diego Pettenò <flameeyes@gmail.com> | 2008-01-16 22:43:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-16 22:43:04 +0000 |
commit | fc900b7b65471fa72d0575d7e50e14d97923323a (patch) | |
tree | 4e83ff0c21c862c0e8e3c8edbf131e380840be14 /Makefile | |
parent | a85736f21dce18b888982e276454b912006ccca1 (diff) | |
download | ffmpeg-fc900b7b65471fa72d0575d7e50e14d97923323a.tar.gz |
Make .vhookdep depend on version.h, same as .depend.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |