From 0dcc624b6678aa6c96f8749db41d8c8dd316d0f7 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 21 Sep 1999 15:06:09 +0000 Subject: [PATCH] "pmax " -> "pmax" --- archivers/unace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index f52ae7b6afe..3cc73bc4134 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1999/09/06 17:36:34 brad Exp $ +# $OpenBSD: Makefile,v 1.5 1999/09/21 15:06:09 brad Exp $ # $FreeBSD: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $ DISTNAME= unacepub @@ -18,7 +18,7 @@ ALL_TARGET= unace MAKEFILE= unix/makefile .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arc" || \ - ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "pmax ") + ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "pmax") CFLAGS= -DLO_HI_BYTE_ORDER .else CFLAGS= -DHI_LO_BYTE_ORDER