Change the PHONY target for install to install Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- Makefile | 2 +- 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" -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html