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.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- src/Makefile 1997/05/26 03:55:19 1.40 +++ src/Makefile 1997/05/29 14:23:02 1.41 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 1997/05/26 03:55:19 cjs Exp $ +# $NetBSD: Makefile,v 1.41 1997/05/29 14:23:02 cjs Exp $ .include # for configuration variables. @@ -58,6 +58,9 @@ oldbuild: build: @# can't do domestic includes until crt0.o, etc. is built. ${MAKE} EXPORTABLE_SYSTEM=1 includes +.if !defined(UPDATE) + ${MAKE} cleandir +.endif (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE}) (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE}) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE})