From e57fa9afe48112cad89d6d640ef99187c178c506 Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 5 Dec 1999 22:53:53 +0000 Subject: [PATCH] After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cab579358200..e4d21b05a2ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 1999/12/04 03:52:28 simonb Exp $ +# $NetBSD: Makefile,v 1.104 1999/12/05 22:53:53 simonb 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 @@ -103,6 +103,7 @@ build: beforeinstall .endif .if ${MKOBJDIRS} != "no" ${MAKE} obj + (cd ${.CURDIR}/distrib && ${MAKE} obj) .endif .if empty(HAVE_GCC28) .if defined(DESTDIR)