From 859e995609d12ffa95f73826c887b6de7fe6a24c Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 22 May 2019 02:31:44 +0000 Subject: Fix malformed conditional after socppc removal. From Krystian Lewandowski --- Makefile.cross | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.cross b/Makefile.cross index 6a41436aaa6..94a394e21dd 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.100 2019/05/11 07:18:14 deraadt Exp $ +# $OpenBSD: Makefile.cross,v 1.101 2019/05/22 02:31:44 patrick Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -17,7 +17,7 @@ TARGET_ARCH= mips64 .elif (${TARGET} == "loongson") TARGET_ARCH= mips64el TARGET_CPU= mips64 -.elif (${TARGET} == "macppc" +.elif (${TARGET} == "macppc") TARGET_ARCH= powerpc .elif (${TARGET} == "landisk") TARGET_ARCH= sh -- cgit v1.2.3-59-g8ed1b