From ffdba9f604773154a0ed2ad7fa68278e0cf91542 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 3 Jan 2004 13:58:26 +0000 Subject: [PATCH] use !="no" instead of =="yes" --- etc/etc.sparc64/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index 3f55c828a771..307c4fb7728c 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.25 2003/07/10 10:34:19 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.26 2004/01/03 13:58:26 lukem Exp $ # # etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets # @@ -24,7 +24,7 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \ SHLIB_LDENDFILE=${DESTDIR}${LIBDIR}/crtendS.o .if ${MACHINE_ARCH} == "sparc64" && ${MACHINE} == "sparc64" && \ - ${MK32BITLIBS} == "yes" + ${MK32BITLIBS} != "no" # build 32 bit programs .for _s64dir in lib/csu lib gnu/lib libexec/ld_elf.so @@ -39,7 +39,7 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \ ${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} ${_J} MKSHARE=no dependall \ && ${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} MKSHARE=no install) .endfor -.endif # MACHINE_ARCH==sparc64 && MACHINE==sparc && MK32BITLIBS==yes +.endif # MACHINE_ARCH==sparc64 && MACHINE==sparc && MK32BITLIBS!=no # # Install miniroot images and auxiliary scripts to the release tree