For csu/i386 add "all" before "beforeinstall", because "beforeinstall"

wants to install "all" targets which not exist at this stage
This commit is contained in:
Andrey A. Chernov 1997-04-02 16:44:06 +00:00
parent 29a932b562
commit 05266ef44d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24552

View File

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile,v 1.118 1997/02/23 15:50:34 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -401,7 +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/csu/i386 && ${MAKE} all beforeinstall
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall