Skip to content
Snippets Groups Projects
Commit a11a334d authored by Måns Rullgård's avatar Måns Rullgård
Browse files

make install target depend on vhooks

Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec04d244
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c) ...@@ -26,7 +26,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
depend: $(SRCS) depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend $(CC) -MM $(CFLAGS) $^ 1>.depend
install: install: $(HOOKS)
install -d "$(libdir)/vhook" install -d "$(libdir)/vhook"
install -m 755 $(HOOKS) "$(libdir)/vhook" install -m 755 $(HOOKS) "$(libdir)/vhook"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment