diff options
Diffstat (limited to 'vhook/Makefile')
-rw-r--r-- | vhook/Makefile | 2 |
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" |