From fbd7819d66464e6d09c5bf6b5d7aeffe08b6ca06 Mon Sep 17 00:00:00 2001 From: enami Date: Thu, 20 Jun 2002 08:21:23 +0000 Subject: [PATCH] Change directory to .CURDIR before invoking ${MAKE}. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b85e2b57c0c..6f9dba6ef097 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.176 2002/06/19 00:17:11 lukem Exp $ +# $NetBSD: Makefile,v 1.177 2002/06/20 08:21:23 enami 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 @@ -102,7 +102,7 @@ afterinstall: (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) .endif .if !defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/" - (${MAKE} postinstall-check) + (cd ${.CURDIR} && ${MAKE} postinstall-check) .endif postinstall-check: