summaryrefslogtreecommitdiff
path: root/libexec
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 /libexec
parentc545cc169de3f0de8dcdc54d692f0933d0e3927f (diff)
rework to use the newer _MKMSGCREATE (et al) macros
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.aout_so/Makefile4
-rw-r--r--libexec/ld.elf_so/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile
index 0d7975bca06..1686bb40297 100644
--- a/libexec/ld.aout_so/Makefile
+++ b/libexec/ld.aout_so/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/10/19 01:19:10 lukem Exp $
+# $NetBSD: Makefile,v 1.43 2003/10/19 04:45:01 lukem Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
.include <bsd.shlib.mk> # for SHLINKINSTALLDIR definition
@@ -53,7 +53,7 @@ CLEANFILES+= ld.so
all dependall: ${FILES}
ld.so: ${.CURDIR}/ld.so.${MACHINE_ARCH}.uue
- ${_MKMSG} " create ${.TARGET}"
+ ${_MKMSGCREATE}
${_MKCMD}\
${TOOL_UUDECODE} ${.ALLSRC}
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile
index 1248afa5fcc..5733220f930 100644
--- a/libexec/ld.elf_so/Makefile
+++ b/libexec/ld.elf_so/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2003/10/19 01:19:10 lukem Exp $
+# $NetBSD: Makefile,v 1.63 2003/10/19 04:45:01 lukem Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
.include <bsd.shlib.mk> # for SHLINKINSTALLDIR definition
@@ -61,7 +61,7 @@ STRIPFLAG=
.PATH: $M
${PROG}: ${OBJS} ${DPADD}
- ${_MKMSG} " link ${PROG}"
+ ${_MKMSGLINK.m} ${PROG}
${_MKCMD}\
${LD} ${LDFLAGS} -o ${PROG} ${OBJS} ${LDADD}