Use ${THISSH3} instead of ../.. ; not everyone builds in ../compile/FOO

This commit is contained in:
matt 2001-03-24 18:26:11 +00:00
parent 4a3d2be88b
commit f283c0a504

View File

@ -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)