From dcabe4f1f0ff11513850b6f7d844cdb1b17ee565 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 14 Feb 2011 16:39:44 +0100 Subject: [PATCH] Add .PHONY target. --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 6340e07..5c189bb 100755 --- a/makefile +++ b/makefile @@ -146,3 +146,4 @@ uninstall: $(RM) $(LOCALEDIR)$$lang/LC_MESSAGES/$(PROG).mo; \ done +.PHONY: all install uninstall clean buildpak -- 2.39.5