From 01d7e596a4cb717ffac63e6e43ccad5f4f75fa2b Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 19 Apr 2013 21:02:43 +0000 Subject: Fix inverted test. --- lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit