summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-12-14 21:14:28 +0100
committerJohn Kacur <jkacur@redhat.com>2009-12-14 21:14:28 +0100
commit1a29a37968458329c05a7df3c1bfe66ee38a41b2 (patch)
treee6f31996de23eb52ae41b6507aba62fb8c6bd077
parent2c4267ff9adcba69aaa6d4157f16b68fddc14ba2 (diff)
downloadrt-tests-1a29a37968458329c05a7df3c1bfe66ee38a41b2.tar.gz
The PHONY target for install is incorrectly specified as "all"
Change the PHONY target for install to install Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a85336..d19c992 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ distclean: clean
changelog:
git log >ChangeLog
-.PHONY: all
+.PHONY: install
install: all
mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man4"
mkdir -p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(mandir)/man8"