Fix the lib32 build for amd64 after v1.238 of src/include/Makefile (imp).

That change exposed the fact that I'd forgotten to set $MACHINE here.
This commit is contained in:
Peter Wemm 2005-04-06 01:41:08 +00:00
parent d0b183c937
commit 6459b7dabc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144699

View File

@ -223,6 +223,7 @@ LIB32OBJC= ${LIB32PREFLAGS} -I${LIB32TMP}/usr/include/objc \
# Yes, the flags are redundant.
LIB32MAKEENV= MAKEOBJDIRPREFIX=${OBJTREE}/lib32 \
_SHLIBDIRPREFIX=${LIB32TMP} \
MACHINE=i386 \
MACHINE_ARCH=i386 \
INSTALL="sh ${.CURDIR}/tools/install.sh" \
PATH=${TMPPATH} \