]> spindle.queued.net Git - midori/commitdiff
Make wrapped makefile's 'install' target phony
authorAnders F Björklund <afb@macports.org>
Fri, 15 Aug 2008 00:36:04 +0000 (02:36 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 15 Aug 2008 00:36:04 +0000 (02:36 +0200)
configure

index 28e8a7271f83b3fc10da84ce4c775f363cd4a74d..1f801a4afdb54e44b248dbd6db7b68c4c51336ff 100755 (executable)
--- a/configure
+++ b/configure
@@ -112,6 +112,8 @@ install:
            $WAF install; \\
        fi;
 
+.PHONY: install
+
 uninstall:
        @if test -n "\$(DESTDIR)"; then \\
            $WAF uninstall --destdir="\$(DESTDIR)"; \\