From 16cb5b45bb66a66b6f6aa533219250cd811f239a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Fri, 15 Aug 2008 02:36:04 +0200 Subject: [PATCH] Make wrapped makefile's 'install' target phony --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 28e8a727..1f801a4a 100755 --- a/configure +++ b/configure @@ -112,6 +112,8 @@ install: $WAF install; \\ fi; +.PHONY: install + uninstall: @if test -n "\$(DESTDIR)"; then \\ $WAF uninstall --destdir="\$(DESTDIR)"; \\