"pmax " -> "pmax"
This commit is contained in:
parent
8753ee0720
commit
0dcc624b66
@ -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 $
|
# $FreeBSD: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $
|
||||||
|
|
||||||
DISTNAME= unacepub
|
DISTNAME= unacepub
|
||||||
@ -18,7 +18,7 @@ ALL_TARGET= unace
|
|||||||
MAKEFILE= unix/makefile
|
MAKEFILE= unix/makefile
|
||||||
|
|
||||||
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arc" || \
|
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arc" || \
|
||||||
${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "pmax ")
|
${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "pmax")
|
||||||
CFLAGS= -DLO_HI_BYTE_ORDER
|
CFLAGS= -DLO_HI_BYTE_ORDER
|
||||||
.else
|
.else
|
||||||
CFLAGS= -DHI_LO_BYTE_ORDER
|
CFLAGS= -DHI_LO_BYTE_ORDER
|
||||||
|
Loading…
Reference in New Issue
Block a user