summaryrefslogtreecommitdiff
path: root/vhook/Makefile
diff options
context:
space:
mode:
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 e6755cc457..898dbb4b6b 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -13,7 +13,7 @@ ifeq ($(HAVE_IMLIB2),yes)
HOOKS += imlib2.so
endif
-all: $(HOOKS) hooks.html
+all: $(HOOKS)
install:
install -s -m 755 $(HOOKS) $(INSTDIR)