diff options
Diffstat (limited to 'lib/libc')
| -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 |
