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 rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.101 retrieving revision 1.102 diff -u -p -r1.101 -r1.102 --- src/Makefile 1999/11/30 17:48:11 1.101 +++ src/Makefile 1999/12/03 15:09:01 1.102 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 1999/11/30 17:48:11 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.102 1999/12/03 15:09:01 simonb 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 @@ -97,14 +97,14 @@ build: beforeinstall .endif .if ${MKSHARE} != "no" (cd ${.CURDIR}/share/mk && ${MAKE} install) +.if ${MKOBJDIRS} != "no" + ${MAKE} obj +.endif (cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install) .endif .if !defined(UPDATE) ${MAKE} cleandir .endif -.if ${MKOBJDIRS} != "no" - ${MAKE} obj -.endif .if empty(HAVE_GCC28) .if defined(DESTDIR) @echo "*** CAPUTE!"