=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.107 retrieving revision 1.108 diff -c -r1.107 -r1.108 *** src/Makefile 2004/10/26 05:01:02 1.107 --- src/Makefile 2004/11/30 15:46:01 1.108 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.107 2004/10/26 05:01:02 mickey Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.108 2004/11/30 15:46:01 mickey Exp $ # # For more information on building in tricky environments, please see *************** *** 169,176 **** --- 169,178 ---- @-mkdir -p ${CROSSDIR}/usr/include @(cd ${.CURDIR}/include && \ MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH` \ + MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ ${MAKE} prereq && \ MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH` \ + MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ ${MAKE} DESTDIR=${CROSSDIR} includes) @touch ${CROSSINCLUDES}