diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/Makefile | 4 | ||||
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 4 |
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} |
