make the mipse[lb]->mips translation really work

(harmless here because there is no libmips anyway)
This commit is contained in:
drochner 1999-03-05 12:19:17 +00:00
parent 00d7241e81
commit 5ebd489607
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# $NetBSD: Makefile,v 1.10 1999/03/03 12:00:18 jonathan Exp $ # $NetBSD: Makefile,v 1.11 1999/03/05 12:19:17 drochner Exp $
.if exists(${MACHINE_ARCH:S/mipse[bl]/mips/}) ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
SUBDIR+= ${MACHINE_ARCH:S/mipse[bl]/mips/}
.if exists(${ARCHSUBDIR})
SUBDIR+= ${ARCHSUBDIR}
.endif .endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.3 1999/03/03 12:00:18 jonathan Exp $ # $NetBSD: Makefile.inc,v 1.4 1999/03/05 12:19:17 drochner Exp $
# #
# This Makefile includes boiler-plate stuff included by each subdir's Makefile. # This Makefile includes boiler-plate stuff included by each subdir's Makefile.
@ -6,4 +6,4 @@ OBJS+= ${ASM}
POBJS+= ${ASM:.o=.po} POBJS+= ${ASM:.o=.po}
CLEANFILES+= ${ASM} ${POBJS} CLEANFILES+= ${ASM} ${POBJS}
LIB= ${MACHINE_ARCH:S/mipse[bl]/mips/} LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/}