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.216 retrieving revision 1.217 diff -u -p -r1.216 -r1.217 --- src/Makefile 2003/07/20 13:08:43 1.216 +++ src/Makefile 2003/07/21 02:01:42 1.217 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.216 2003/07/20 13:08:43 lukem Exp $ +# $NetBSD: Makefile,v 1.217 2003/07/21 02:01:42 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -224,7 +224,7 @@ distribution buildworld: (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build) (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution) .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" - ${MAKE} postinstall-fix-obsolete + (cd ${.CURDIR} && ${MAKE} postinstall-fix-obsolete) (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist) .endif @echo "make ${.TARGET} started at: ${START_TIME}"