From 046facafc34c0c3a66059e38a6210eb0800ae5c4 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 6 Sep 1998 15:07:01 +0000 Subject: [PATCH] Stopgap fix for mips until this make procedure is overhauled. --- gnu/usr.bin/gdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile index d62ce36f7b10..40f633f9a31f 100644 --- a/gnu/usr.bin/gdb/Makefile +++ b/gnu/usr.bin/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/08/22 20:43:56 tv Exp $ +# $NetBSD: Makefile,v 1.20 1998/09/06 15:07:01 tv Exp $ TOP= $(.CURDIR)/../.. dist= $(TOP)/dist @@ -34,7 +34,7 @@ DEFS= -DNO_MMALLOC CPPFLAGS+= $(INCLS) $(DEFS) -.include "_${MACHINE_ARCH}.mk" +.include "_${MACHINE_ARCH:S/^mips$/mipsel/}.mk" # Any NetBSD: (i386 m68k ns32k sparc vax) NDEP_CMN?= infptrace.c inftarg.c fork-child.c corelow.c kcore-nbsd.c