find the Makefile for postinstall-check in the presence of ${.OBJDIR}s

This commit is contained in:
drochner 2002-06-26 16:28:18 +00:00
parent 5ed147d20d
commit 4a475cf859

View File

@ -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 # 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 # 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) (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
.endif .endif
.if !defined(NOPOSTINSTALL) .if !defined(NOPOSTINSTALL)
(${MAKE} postinstall-check) (cd ${.CURDIR} && ${MAKE} postinstall-check)
.endif .endif
postinstall-check: postinstall-check: