- Fix build

Submitted by:	Gautam Mani <execve@gmail.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2011-09-29 07:37:17 +00:00
parent 5e9ca9bd60
commit 028b951b1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282597

View file

@ -25,8 +25,9 @@ ALL_TARGET= build ARCH=${MYARCH}
# workaround the ARCH usage in the stockfish Makefile
.if ${MYARCH} == "i386"
MYARCH= x86-32
ALL_TARGET= build ARCH=${MYARCH}
ALL_TARGET= build ARCH=x86-32
.elif ${MYARCH} == "amd64"
ALL_TARGET= build ARCH=x86-64
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"