=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/Makefile 1998/03/17 18:10:53 1.25 --- src/Makefile 1998/03/18 15:51:04 1.26 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.25 1998/03/17 18:10:53 mickey Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.26 1998/03/18 15:51:04 mickey Exp $ # # For more information on building in tricky environments, please see *************** *** 143,151 **** /bin/sh ${.CURDIR}/gnu/usr.bin/gcc/configure \ --prefix ${CROSSDIR}/usr \ --target `cat ${CROSSDIR}/TARGET_CANON` && \ ! ${MAKE} BISON=yacc LANGUAGES=c \ GCC_FOR_TARGET="./xgcc -B./ -I${CROSSDIR}/usr/include" && \ ! ${MAKE} LANGUAGES=c install) .endif .include --- 143,152 ---- /bin/sh ${.CURDIR}/gnu/usr.bin/gcc/configure \ --prefix ${CROSSDIR}/usr \ --target `cat ${CROSSDIR}/TARGET_CANON` && \ ! ${MAKE} BISON=yacc LANGUAGES=c LDFLAGS=${LDSTATIC} \ GCC_FOR_TARGET="./xgcc -B./ -I${CROSSDIR}/usr/include" && \ ! ${MAKE} BISON=yacc LANGUAGES=c LDFLAGS=${LDSTATIC} \ ! GCC_FOR_TARGET="./xgcc -B./ -I${CROSSDIR}/usr/include" install) .endif .include