From 4a9a0fb64f5a004907b1bab25ebd6e1999a783fb Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 13 Apr 2002 03:31:56 +0000 Subject: [PATCH] Get m68k-parse.y, not m68k-parse.c, to get proper .NOPATH handling for RO source tree. --- gnu/usr.bin/binutils/gas/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/binutils/gas/Makefile b/gnu/usr.bin/binutils/gas/Makefile index 86bc5d0a4a13..4fb5ce928ecc 100644 --- a/gnu/usr.bin/binutils/gas/Makefile +++ b/gnu/usr.bin/binutils/gas/Makefile @@ -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}