From c3d8037aeba75366ed06e02fbc981e15b46e7d0a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 12 Apr 2005 03:26:56 +0000 Subject: At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE. --- lang/gforth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gforth') diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 40ef3228c6f1..cf9b8f62726c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -41,13 +41,13 @@ MAN1= gforth.1 # Local variables # -.if ${ARCH} == i386 +.if ${MACHINE_ARCH} == i386 WORDSIZE=32 .else WORDSIZE=64 .endif -.if ${ARCH} == sparc64 +.if ${MACHINE_ARCH} == sparc64 BYTEORDER=b .else BYTEORDER=l -- cgit v1.2.3