Get m68k-parse.y, not m68k-parse.c, to get proper .NOPATH handling for RO

source tree.
This commit is contained in:
tv 2002-04-13 03:31:56 +00:00
parent c69f6fde96
commit 4a9a0fb64f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/01/31 21:15:08 tv Exp $
# $NetBSD: Makefile,v 1.3 2002/04/13 03:31:56 tv Exp $
TOP= ${.CURDIR}/../../..
DIST= ${TOP}/dist/toolchain
@ -7,9 +7,10 @@ DIST= ${TOP}/dist/toolchain
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
PROG= as
SRCS= ${G_OBJS:Nitbl-[pl]*:.o=.c} \
SRCS= ${G_OBJS:Nitbl-[pl]*:Nm68k-parse.o:.o=.c} \
${G_OBJS:Mitbl-parse.o:.o=.y} \
${G_OBJS:Mitbl-lex.o:.o=.l}
${G_OBJS:Mitbl-lex.o:.o=.l} \
${G_OBJS:Mm68k-parse.o:.o=.y}
CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH}