Mark this NOT_FOR_PLATFORM NetBSD-*-m68k. Invert ONLY_FOR_PLATFORM/
NOT_FOR_PLATFORM and simplify -- we don't care about pre-1.5 development releases anymore.
This commit is contained in:
parent
db29b5f0a6
commit
b04f03b449
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.97 2002/08/19 19:53:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.98 2002/08/19 23:03:27 fredb Exp $
|
||||
|
||||
MOZ_VER= 1.0
|
||||
DISTNAME= mozilla-source-${MOZ_VER}
|
||||
|
@ -38,9 +38,8 @@ ALL_TARGET=
|
|||
.include "../../graphics/png/buildlink.mk"
|
||||
.include "../../graphics/freetype2/buildlink.mk"
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \
|
||||
NetBSD-1.5_ALPHA-i386 NetBSD-1.5_BETA-* \
|
||||
NetBSD-1.[5-9]*-* Linux-*-* SunOS-*-*
|
||||
# NetBSD-*-m68k builds, but "regchrome" dumps core.
|
||||
NOT_FOR_PLATFORM= NetBSD-1.4.*-* NetBSD-*-m68k
|
||||
|
||||
MOZ_LIBDIR= ${PREFIX}/lib/mozilla
|
||||
MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR}
|
||||
|
|
Loading…
Reference in a new issue