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.66 retrieving revision 1.67 diff -u -p -r1.66 -r1.67 --- src/Makefile 1998/08/27 14:11:45 1.66 +++ src/Makefile 1998/09/27 18:18:42 1.67 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 1998/08/27 14:11:45 tv Exp $ +# $NetBSD: Makefile,v 1.67 1998/09/27 18:18:42 christos Exp $ .include # for configuration variables. @@ -59,7 +59,7 @@ build: beforeinstall ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) (cd ${.CURDIR}/gnu/lib && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) -.if defined(USE_EGCS) && (${HAVE_GCC28} != "") +.if defined(USE_EGCS) && !empty(HAVE_GCC28) (cd ${.CURDIR}/gnu/lib/libgcc && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) .else