summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2013-04-19 21:02:43 +0000
committermatt <matt@NetBSD.org>2013-04-19 21:02:43 +0000
commit01d7e596a4cb717ffac63e6e43ccad5f4f75fa2b (patch)
treee231288c8e83cb232f77f6edcff77b5e2cf00cd9 /lib
parent8cf3b94c3eacc376d769741a49075113252a84e9 (diff)
Fix inverted test.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index ad29adb383f..db3c3b6a0ad 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2013/04/19 16:53:18 matt Exp $
+# $NetBSD: Makefile,v 1.152 2013/04/19 21:02:43 matt Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -44,7 +44,7 @@ assym.h: ${ARCHDIR}/genassym.cf
# The following controls how to build compatibility code for old NetBSD
# binaries. If BUILD_LEGACY is yes, then we build a separate library; otherwise
# we include the code in libc.
-.if !empty(MACHINE_ARCH:Mearm*)
+.if empty(MACHINE_ARCH:Mearm*)
BUILD_LEGACY?= no
.if "${BUILD_LEGACY}" == "yes"
SUBDIR=compat