From 225e93b66d67f1b8f535320d8be208c098a53095 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sun, 12 Jan 1997 18:32:53 +0000 Subject: [PATCH] Add "lib/csu/i386" to the "includes" target, so that is installed before it is needed. Noticed by: David Conran --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1fe67883c7..4d539309460 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.113 1997/01/11 10:53:01 jmacd Exp $ +# $Id: Makefile,v 1.114 1997/01/12 05:33:24 steve Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -401,6 +401,7 @@ includes: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall cd ${.CURDIR}/eBones/lib/libkadm && ${MAKE} beforeinstall .endif + cd ${.CURDIR}/lib/csu/i386 && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall