summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-06-16 17:43:55 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-06-16 17:43:55 +0000
commitef09ba898d0e0570dd2a20a0567272125ad8ea01 (patch)
treed398e31d76d172a86f0f1ed66a3def6c453adfdf /Makefile.cross
parentd0bfa2732d8b7c0f06780686332868dddb40a596 (diff)
typoo
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 51cd28acb63..7866b12762f 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile.cross,v 1.18 2006/06/06 00:01:49 drahn Exp $
+# $OpenBSD: Makefile.cross,v 1.19 2006/06/16 17:43:54 mickey Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-etc-root-var
# Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving
# this variable to work.
-.if (${TARGET} == "armish" | ${TARGET} == "cats" || ${TARGET} == "zaurus")
+.if (${TARGET} == "armish" || ${TARGET} == "cats" || ${TARGET} == "zaurus")
TARGET_ARCH= arm
.elif (${TARGET} == "hp300" || ${TARGET} == "mac68k" || \
${TARGET} == "mvme68k")