From 2d478716978ef4ad8926d17338a45f7f23ff7c88 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 12 Jan 2010 13:12:47 +0900 Subject: [PATCH] fixed Makefile breakage again... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddf834e..35246cf 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ENV+= PerlCmd=${PERL5:Q} # We don't want to extract all of the DISTFILEs. EXTRACT_ONLY= ${DISTNAME}-src.tar.bz2 -PLATFORM= ${LOWER_ARCH}-unknown-${LOWER_OPSYS} +PLATFORM= ${MACHINE_ARCH}-unknown-${LOWER_OPSYS} CONFIGURE_ARGS += \ --build=${PLATFORM} \ --host=${PLATFORM} \ -- 2.40.0