summaryrefslogtreecommitdiff
path: root/vhook/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-03-24 20:34:00 +0000
committerMåns Rullgård <mans@mansr.com>2006-03-24 20:34:00 +0000
commita11a334d186de8ba46a109ded06002a167fa9a8b (patch)
tree0f1f819550fb1e23e6221d7fb9321363386770b4 /vhook/Makefile
parentec04d244b50ca0d6c8a87234ed35315e3f3c7ba0 (diff)
make install target depend on vhooks
Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/Makefile')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index 2fb079d279..6a65731844 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -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"