Commit 3bcbe21b authored by diego's avatar diego

Do not calculate dependencies for header files in the .vhookdepend target.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8d52060d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment