From ca757ac57e56ea335d9a8e89b8f500b078397d82 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 22 May 1998 02:40:27 +0000 Subject: config.bfd needs arch-unknown-netbsd, not a.out-arch-netbsd. --- gnu/usr.bin/binutils/c++filt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/binutils') 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 -- cgit