summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-11-10 23:38:00 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-11-10 23:38:00 +0000
commitf9faa1eb23074ac8ad2aec04a3b22df1ece86915 (patch)
treee52e1ddafc8acb95ae10cec74d9504e3cf088d83 /Makefile.inc1
parent193397f4678335a0cfcafdf6227c9744ac26b14b (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fb063b538c95..818cdfa7fecd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -201,7 +201,7 @@ WMAKEENV= ${CROSSENV} \
PATH=${TMPPATH}
WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=${WORLDTMP}
-.if ${MACHINE_ARCH} == amd64
+.if ${MACHINE_ARCH} == "amd64"
# 32 bit world
LIB32TMP= ${OBJTREE}${.CURDIR}/lib32
@@ -378,7 +378,7 @@ everything:
@echo ">>> stage 4.4: building everything"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${WMAKE} par-all
-.if ${MACHINE_ARCH} == amd64
+.if ${MACHINE_ARCH} == "amd64"
build32:
@echo
@echo "--------------------------------------------------------------"
@@ -436,7 +436,7 @@ WMAKE_TGTS+= _cleanobj _obj _build-tools
WMAKE_TGTS+= _cross-tools
.endif
WMAKE_TGTS+= _includes _libraries _depend everything
-.if ${MACHINE_ARCH} == amd64 && defined(WITH_LIB32)
+.if ${MACHINE_ARCH} == "amd64" && defined(WITH_LIB32)
WMAKE_TGTS+= build32
.endif
@@ -569,7 +569,7 @@ reinstall: ${SPECIAL_INSTALLCHECKS}
@echo ">>> Installing everything"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
-.if ${MACHINE_ARCH} == amd64 && defined(WITH_LIB32)
+.if ${MACHINE_ARCH} == "amd64" && defined(WITH_LIB32)
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32
.endif