From 3f8673b5304491d815979cbca9f5698f2e27e181 Mon Sep 17 00:00:00 2001 From: obrien 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. --- biology/platon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology/platon/Makefile') diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 28bebe48b05f..ffe99f53835d 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -33,7 +33,7 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ .include -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif -- cgit