summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-19 04:45:01 +0000
committerlukem <lukem@NetBSD.org>2003-10-19 04:45:01 +0000
commitddff99b7f4b0a48b78f478be4e28eda1e433d3d9 (patch)
tree0d9869a2a1f23510eaaea5fbbf8ebc04b10eb063 /tools
parentc545cc169de3f0de8dcdc54d692f0933d0e3927f (diff)
rework to use the newer _MKMSGCREATE (et al) macros
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host
index 65d56aec914..e4a4c7a4c5a 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.20 2003/10/18 16:33:58 lukem Exp $
+# $NetBSD: Makefile.host,v 1.21 2003/10/19 04:45:01 lukem Exp $
NOLINT= # defined
NOMAN= # defined
@@ -52,7 +52,7 @@ SRCS+= ${HOST_SRCS}
realinstall: install.host install.files
install.host: ${HOST_BINDIR}/${HOSTPROGNAME}
${HOST_BINDIR}/${HOSTPROGNAME}:: ${HOSTPROG}
- ${_MKMSG} "install ${.TARGET}"
+ ${_MKMSGINSTALL}
${_MKCMD}\
mkdir -p ${HOST_BINDIR}
${_MKCMD}\
@@ -66,7 +66,7 @@ install.files:
.for F in ${HOSTFILES}
install.files: ${HOST_FILESDIR}/${F}
${HOST_FILESDIR}/${F}: ${F}
- ${_MKMSG} "install ${.TARGET}"
+ ${_MKMSGINSTALL}
${_MKCMD}\
mkdir -p ${HOST_FILESDIR}
${_MKCMD}\