aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-01-12 18:32:53 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-01-12 18:32:53 +0000
commit225e93b66d67f1b8f535320d8be208c098a53095 (patch)
treef52339dfdd757fda2cb9f1412e2e1d1684e2b3b9
parent6930f84b7bf1cd0df69515478bde2051653febaf (diff)
downloadsrc-225e93b66d67f1b8f535320d8be208c098a53095.tar.gz
src-225e93b66d67f1b8f535320d8be208c098a53095.zip
Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> is
installed before it is needed. Noticed by: David Conran <lucifer@maths.uq.oz.au>
Notes
Notes: svn path=/head/; revision=21614
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1fe67883c75..4d539309460e 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