mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Do not calculate dependencies for header files in the .vhookdepend target.
Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8df4da4eb3
commit
f63b6dc0ff
2
Makefile
2
Makefile
@ -227,7 +227,7 @@ depend dep: .depend .vhookdep
|
||||
|
||||
# gcc stupidly only outputs the basename of targets with -MM
|
||||
.vhookdep: $(ALLHOOKS_SRCS) version.h
|
||||
$(CC) $(VHOOKCFLAGS) -MM $^ | sed 's,^\([a-z]\),vhook/\1,' > $@
|
||||
$(CC) -MM $(VHOOKCFLAGS) $(filter-out %.h,$^) | sed 's,^\([a-z]\),vhook/\1,' > $@
|
||||
|
||||
$(DEP_LIBS): lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user