summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2007-07-03 16:29:24 +0000
committerjoerg <joerg@NetBSD.org>2007-07-03 16:29:24 +0000
commitdbfc63fcce044dba0af10cba037296d31e4fd22e (patch)
tree707ddc4cdc7adc08c67670e439d0946dd56e8953 /tools
parent84c48917b8e996f429748e8ed59f8ec39daec978 (diff)
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
Diffstat (limited to 'tools')
-rw-r--r--tools/binstall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binstall/Makefile b/tools/binstall/Makefile
index f66413d5711..de056717d47 100644
--- a/tools/binstall/Makefile
+++ b/tools/binstall/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2007/06/28 19:05:55 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/07/03 16:29:24 joerg Exp $
-HOSTPROGNAME= ${_TOOL_PREFIX}install
+HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install
HOST_SRCDIR= usr.bin/xinstall
CPPFLAGS+= -I${.CURDIR}/../compat/sys
CPPFLAGS+= -DTARGET_STRIP=\"${STRIP}\"