summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c4f3c47..7b0f1f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,9 +5,12 @@ pkgconfig_DATA = xxf86vm.pc
EXTRA_DIST = xxf86vm.pc.in
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL