diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-19 04:45:01 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-19 04:45:01 +0000 |
| commit | ddff99b7f4b0a48b78f478be4e28eda1e433d3d9 (patch) | |
| tree | 0d9869a2a1f23510eaaea5fbbf8ebc04b10eb063 /libexec/ld.elf_so | |
| parent | c545cc169de3f0de8dcdc54d692f0933d0e3927f (diff) | |
rework to use the newer _MKMSGCREATE (et al) macros
Diffstat (limited to 'libexec/ld.elf_so')
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |
