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.179 retrieving revision 1.180 diff -u -p -r1.179 -r1.180 --- src/Makefile 2002/06/26 00:10:16 1.179 +++ src/Makefile 2002/06/26 16:28:18 1.180 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2002/06/26 00:10:16 thorpej Exp $ +# $NetBSD: Makefile,v 1.180 2002/06/26 16:28:18 drochner 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 @@ -106,7 +106,7 @@ afterinstall: (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) .endif .if !defined(NOPOSTINSTALL) - (${MAKE} postinstall-check) + (cd ${.CURDIR} && ${MAKE} postinstall-check) .endif postinstall-check: