From 4b6cee4dd643ddda2de65f25326e1bc3e22626eb Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 22 Jul 1995 04:24:05 +0000 Subject: [PATCH] date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2 Sync with Mark M's latest suggestions. Submitted by: markm [This is being pulled from RELENG_2_0_5, it was commited there after the release, and we need it here and in RELENG_2_1_0, it will be cvs admin -o'ed off the RELENG_2_0_5 branch after this commit.] --- eBones/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eBones/Makefile b/eBones/Makefile index 2ecef7f64263..03746ca28eea 100644 --- a/eBones/Makefile +++ b/eBones/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.11.2.1 1995/06/07 05:49:26 jkh Exp $ +# $Id: Makefile,v 1.12 1995/06/11 19:28:20 rgrimes Exp $ SUBDIR= include des acl kdb krb libkadm @@ -34,7 +34,8 @@ kprog: cd ${SDIR}/usr.bin/su; ${CODAI} bootstrap: - cd include; ${MAKE} ${MFLAGS} install + ( cd include; ${MAKE} ${MFLAGS} install ) + ( cd des; ${MAKE} ${MFLAGS} depend all install ) ${MAKE} ${MFLAGS} cleandir ${MAKE} ${MFLAGS} obj @echo removing old 1.1.5 Kerberos libraries