From 89de8ec818faba8b71b7b5163960698504bb0950 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 27 May 2011 19:39:39 +0200 Subject: make uninstall target phony Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd4b8ae..8629c5d 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ install: all uninstall: rm -f /etc/rc.d/bootrun /usr/lib/bootrun.timeoutrun -.PHONY: install +.PHONY: install uninstall -- cgit v1.2.3-24-g4f1b