diff --git a/sys/arch/sh3/conf/Makefile.sh3 b/sys/arch/sh3/conf/Makefile.sh3 index b4a471d35b25..ac2a388753b1 100644 --- a/sys/arch/sh3/conf/Makefile.sh3 +++ b/sys/arch/sh3/conf/Makefile.sh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3,v 1.10 2001/01/22 08:22:15 tsubai Exp $ +# $NetBSD: Makefile.sh3,v 1.11 2001/03/24 18:26:11 matt Exp $ # Makefile for NetBSD # @@ -55,7 +55,7 @@ CWARNFLAGS+= -Wno-main .endif CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -LINKFLAGS?= -e start -T ../../conf/${LDSCRIPTBASE} +LINKFLAGS?= -e start -T ${THISSH3}/conf/${LDSCRIPTBASE} STRIPFLAGS= --strip-debug .if exists(${THISSH3}/conf/Makefile.${TARGET_MACHINE}.inc)