Make wrapped makefile's 'install' target phony
This commit is contained in:
parent
37860b9bba
commit
16cb5b45bb
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -112,6 +112,8 @@ install:
|
|||
$WAF install; \\
|
||||
fi;
|
||||
|
||||
.PHONY: install
|
||||
|
||||
uninstall:
|
||||
@if test -n "\$(DESTDIR)"; then \\
|
||||
$WAF uninstall --destdir="\$(DESTDIR)"; \\
|
||||
|
|
Loading…
Reference in a new issue