From ef09ba898d0e0570dd2a20a0567272125ad8ea01 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 16 Jun 2006 17:43:55 +0000 Subject: typoo --- Makefile.cross | 4 ++-- 1 file 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") -- cgit v1.2.3