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.121 retrieving revision 1.122 diff -u -p -r1.121 -r1.122 --- src/Makefile 2000/10/07 17:18:17 1.121 +++ src/Makefile 2001/05/08 02:04:08 1.122 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2000/10/07 17:18:17 deberg Exp $ +# $NetBSD: Makefile,v 1.122 2001/05/08 02:04:08 sommerfeld Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -132,7 +132,7 @@ build: buildmsg beforeinstall ${MAKE} ${_J} ${_M} cleandir .endif .if ${MKOBJDIRS} != "no" - ${MAKE} ${_M} obj + ${MAKE} ${_J} ${_M} obj .endif .if empty(HAVE_EGCS) .if defined(DESTDIR)