From a11a334d186de8ba46a109ded06002a167fa9a8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Fri, 24 Mar 2006 20:34:00 +0000
Subject: [PATCH] make install target depend on vhooks

Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 vhook/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vhook/Makefile b/vhook/Makefile
index 2fb079d279d..6a657318445 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"
 
-- 
GitLab