=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/Makefile 1998/04/25 06:42:44 1.27 --- src/Makefile 1998/05/04 21:28:18 1.28 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.27 1998/04/25 06:42:44 niklas Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.28 1998/05/04 21:28:18 mickey Exp $ # # For more information on building in tricky environments, please see *************** *** 104,110 **** DESTDIR=${CROSSDIR} includes .if ${TARGET} == "powerpc" || ${TARGET} == "alpha" || ${TARGET} == "arc" || \ ! ${TARGET} == "pmax" || ${TARGET} == "wgrisc" cross-binutils: cross-binutils-new .else cross-binutils: cross-binutils-old --- 104,110 ---- DESTDIR=${CROSSDIR} includes .if ${TARGET} == "powerpc" || ${TARGET} == "alpha" || ${TARGET} == "arc" || \ ! ${TARGET} == "pmax" || ${TARGET} == "wgrisc" || ${TARGET} == "hppa" cross-binutils: cross-binutils-new .else cross-binutils: cross-binutils-old