summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn>2008-05-24 22:11:20 +0000
committertnn <tnn>2008-05-24 22:11:20 +0000
commit7d1d57cd95ad4b05e487907480da0acc051492b9 (patch)
tree26737c6c4008bfea3a61a5bc945e5ade10c5a78f /pkgtools
parent47785da23bb7f3ceddac584687028622bd24610d (diff)
downloadpkgsrc-7d1d57cd95ad4b05e487907480da0acc051492b9.tar.gz
Trust configure to pick the right install(1).
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/compat_headers/files/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/compat_headers/files/Makefile.in b/pkgtools/compat_headers/files/Makefile.in
index 502b6b146cd..ca98c42352d 100644
--- a/pkgtools/compat_headers/files/Makefile.in
+++ b/pkgtools/compat_headers/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.1.1.1 2008/05/24 03:35:41 tnn Exp $
+# $NetBSD: Makefile.in,v 1.2 2008/05/24 22:11:20 tnn Exp $
REPLACE_stdint= @REPLACE_stdint@
REPLACE_inttypes= @REPLACE_inttypes@
@@ -9,7 +9,7 @@ REPLACE_stdlib= @REPLACE_stdlib@
PREFIX= @prefix@
DESTDIR?=
-INSTALL?= @INSTALL@
+INSTALL= @INSTALL@
all: .PHONY
.if ${REPLACE_stdint} == "yes"