diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-24 22:11:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-24 22:11:20 +0000 |
commit | 4d41d841f5a759eff7c548edfea7b60c53b4874d (patch) | |
tree | 26737c6c4008bfea3a61a5bc945e5ade10c5a78f /pkgtools/compat_headers | |
parent | 9f2a42bc6b4b37f45cb2ff984e4417922309bb82 (diff) | |
download | pkgsrc-4d41d841f5a759eff7c548edfea7b60c53b4874d.tar.gz |
Trust configure to pick the right install(1).
Diffstat (limited to 'pkgtools/compat_headers')
-rw-r--r-- | pkgtools/compat_headers/files/Makefile.in | 4 |
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" |