Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Fix inverted test.



details:   https://anonhg.NetBSD.org/src/rev/0fb70746e52f
branches:  trunk
changeset: 786203:0fb70746e52f
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 19 21:02:43 2013 +0000

description:
Fix inverted test.

diffstat:

 lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc3477832ba2 -r 0fb70746e52f lib/libc/Makefile
--- a/lib/libc/Makefile Fri Apr 19 20:18:33 2013 +0000
+++ b/lib/libc/Makefile Fri Apr 19 21:02:43 2013 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index