diff options
| author | matt <matt@NetBSD.org> | 2013-04-19 21:02:43 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2013-04-19 21:02:43 +0000 |
| commit | 01d7e596a4cb717ffac63e6e43ccad5f4f75fa2b (patch) | |
| tree | e231288c8e83cb232f77f6edcff77b5e2cf00cd9 /lib/libc/Makefile | |
| parent | 8cf3b94c3eacc376d769741a49075113252a84e9 (diff) | |
Fix inverted test.
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 4 |
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 |
