From 4d41d841f5a759eff7c548edfea7b60c53b4874d Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 24 May 2008 22:11:20 +0000 Subject: Trust configure to pick the right install(1). --- pkgtools/compat_headers/files/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/compat_headers') 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" -- cgit v1.2.3