mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
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>
This commit is contained in:
parent
6930f84b7b
commit
225e93b66d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21614
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user