diff options
| author | tv <tv@NetBSD.org> | 1998-05-22 02:40:27 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-05-22 02:40:27 +0000 |
| commit | ca757ac57e56ea335d9a8e89b8f500b078397d82 (patch) | |
| tree | 1e8d3bba69a77aae80376394cdec7c379a00a457 /gnu/usr.bin/binutils | |
| parent | 0d441ded8d3ba097123efd3b3b626c2a7041c750 (diff) | |
config.bfd needs arch-unknown-netbsd, not a.out-arch-netbsd.
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/c++filt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/c++filt/Makefile b/gnu/usr.bin/binutils/c++filt/Makefile index c575d8d0272..9e4d0d37169 100644 --- a/gnu/usr.bin/binutils/c++filt/Makefile +++ b/gnu/usr.bin/binutils/c++filt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1997/12/18 07:37:38 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/22 02:40:27 tv Exp $ PROG= c++filt SRCS= cplus-dem.c underscore.c @@ -8,7 +8,7 @@ CPPFLAGS+=-DMAIN -DVERSION='"${VERSION}"' CLEANFILES+=underscore.c underscore.c: .PHONY - sh ${.CURDIR}/mkunderscore.sh ${TARGET} ${TOP}/dist/bfd/config.bfd > \ + sh ${.CURDIR}/mkunderscore.sh ${TARGET_ARCH}-unknown-netbsd ${TOP}/dist/bfd/config.bfd > \ ${.TARGET} .include <bsd.prog.mk> |
