Fix an accidental sed...

This commit is contained in:
Warner Losh 2010-08-24 21:28:34 +00:00
parent 2c0959ae6b
commit bff351d7fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211778

View File

@ -8,10 +8,10 @@ SHLIBDIR?= /lib
# We have to special case powerpc and powerpc64, since they mostly have
# the same source implementation. libc is very different due to large
# ABI differences.
.if ${LIBC_ARCH} == "powerpc"
.if ${MACHINE_ARCH} == "powerpc"
LIBC_ARCH=${MACHINE_ARCH}
.else
LIBC_ARCH=${LIBC_ARCH}
LIBC_ARCH=${MACHINE_CPUARCH}
.endif
# All library objects contain FreeBSD revision strings by default; they may be