From f283c0a50492d75cb448427467d4a2cd382b14db Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 24 Mar 2001 18:26:11 +0000 Subject: [PATCH] Use ${THISSH3} instead of ../.. ; not everyone builds in ../compile/FOO --- sys/arch/sh3/conf/Makefile.sh3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)