|
From: <kin...@us...> - 2003-12-20 08:23:18
|
Update of /cvsroot/teem/teem/src In directory sc8-pr-cvs1:/tmp/cvs-serv7394/src Modified Files: GNUmakefile Log Message: TEEM_ARCH linux.64 has split into linux.ia64 and linux.amd64 Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/GNUmakefile,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** GNUmakefile 2 Oct 2003 22:39:17 -0000 1.47 --- GNUmakefile 20 Dec 2003 08:23:15 -0000 1.48 *************** *** 56,59 **** --- 56,60 ---- $(checkArchSet) $(checkArchLinux) + $(checkArchLinux64) $(checkArchDarwin) $(checkArchValid) |