mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
make install target depend on vhooks
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec04d244b5
commit
a11a334d18
@ -26,7 +26,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
|
||||
depend: $(SRCS)
|
||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||
|
||||
install:
|
||||
install: $(HOOKS)
|
||||
install -d "$(libdir)/vhook"
|
||||
install -m 755 $(HOOKS) "$(libdir)/vhook"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user