pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/compat_headers/files Trust configure to pick ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f75f92c06e7
branches: trunk
changeset: 542668:8f75f92c06e7
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat May 24 22:11:20 2008 +0000
description:
Trust configure to pick the right install(1).
diffstat:
pkgtools/compat_headers/files/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1329288e944e -r 8f75f92c06e7 pkgtools/compat_headers/files/Makefile.in
--- a/pkgtools/compat_headers/files/Makefile.in Sat May 24 21:45:14 2008 +0000
+++ b/pkgtools/compat_headers/files/Makefile.in Sat May 24 22:11:20 2008 +0000
@@ -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 @@
PREFIX= @prefix@
DESTDIR?=
-INSTALL?= @INSTALL@
+INSTALL= @INSTALL@
all: .PHONY
.if ${REPLACE_stdint} == "yes"
Home |
Main Index |
Thread Index |
Old Index