From ff93d40dbb00f362b86ad41eb61a0d6c571f1c00 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 10 May 1998 10:37:59 +0000 Subject: [PATCH] Make sure system includes are installed before descending into gnu. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 53343e527602..85fb26691003 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.51 1998/04/15 13:44:55 tv Exp $ +# $NetBSD: Makefile,v 1.52 1998/05/10 10:37:59 mycroft Exp $ .include # for configuration variables. # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW -SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share +SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys .if exists(games) SUBDIR+= games .endif SUBDIR+= gnu - -SUBDIR+= sys +# This is needed for libstdc++ and gen-params. +includes-gnu: includes-include includes-sys .if exists(domestic) && !defined(EXPORTABLE_SYSTEM) SUBDIR+= domestic