From dfc510a1841a603ad61572a1fc87f00d98212cdd Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 15 Jan 2015 13:16:46 +0100 Subject: remove vis from .PHONY vis is a real file, so remove it from .PHONY in Makefile. This fixes make to not rebuild on every invocation. Signed-off-by: Christian Hesse --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b9c4b4..a860bb4 100644 --- a/Makefile +++ b/Makefile @@ -45,4 +45,4 @@ uninstall: @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1 -.PHONY: all vis clean dist install uninstall debug +.PHONY: all clean dist install uninstall debug -- cgit v1.2.3