diff options
| author | jonathan <jonathan@NetBSD.org> | 1999-03-03 12:00:18 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 1999-03-03 12:00:18 +0000 |
| commit | 3eeb52dee07aafcfabce219f5dfa7bd11cba830f (patch) | |
| tree | 50b687461cf70b05e50412451ade030c957d8468 /lib | |
| parent | 5129c4fcd5f8f3092ab075f8ebbbd0dfb848fc21 (diff) | |
Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by
Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarch/Makefile | 6 | ||||
| -rw-r--r-- | lib/libarch/Makefile.inc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 563e7573867..a8b4bf52a19 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 1999/02/09 22:32:33 is Exp $ +# $NetBSD: Makefile,v 1.10 1999/03/03 12:00:18 jonathan Exp $ -.if exists(${MACHINE_ARCH}) -SUBDIR+= ${MACHINE_ARCH} +.if exists(${MACHINE_ARCH:S/mipse[bl]/mips/}) +SUBDIR+= ${MACHINE_ARCH:S/mipse[bl]/mips/} .endif .include <bsd.subdir.mk> diff --git a/lib/libarch/Makefile.inc b/lib/libarch/Makefile.inc index b6a1b8ee6f6..4babfbe7013 100644 --- a/lib/libarch/Makefile.inc +++ b/lib/libarch/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1999/02/09 22:32:33 is Exp $ +# $NetBSD: Makefile.inc,v 1.3 1999/03/03 12:00:18 jonathan Exp $ # # This Makefile includes boiler-plate stuff included by each subdir's Makefile. @@ -6,4 +6,4 @@ OBJS+= ${ASM} POBJS+= ${ASM:.o=.po} CLEANFILES+= ${ASM} ${POBJS} -LIB= ${MACHINE_ARCH} +LIB= ${MACHINE_ARCH:S/mipse[bl]/mips/} |
