Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- src/Makefile 1998/09/29 06:59:53 1.68 +++ src/Makefile 1998/10/07 02:35:38 1.69 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 1998/09/29 06:59:53 lukem Exp $ +# $NetBSD: Makefile,v 1.69 1998/10/07 02:35:38 tv Exp $ .include # for configuration variables. @@ -65,7 +65,8 @@ build: beforeinstall (cd ${.CURDIR}/gnu/lib/libgcc && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) .else -.if (${MACHINE_ARCH} != "powerpc") +.if (${MACHINE_ARCH} != "alpha") && \ + (${MACHINE_ARCH} != "powerpc") (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) .endif