summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-02 16:44:06 +0000
committerache <ache@FreeBSD.org>1997-04-02 16:44:06 +0000
commit2ad9ce004087bbf98d80835dcc0746a03580d1fd (patch)
treea8deba1c43ec31aa5363501a81050fb78e2a8a84 /Makefile
parent87ae550b26907499c0b97ba76439e9527bff7af3 (diff)
downloadFreeBSD-src-2ad9ce004087bbf98d80835dcc0746a03580d1fd.zip
FreeBSD-src-2ad9ce004087bbf98d80835dcc0746a03580d1fd.tar.gz
For csu/i386 add "all" before "beforeinstall", because "beforeinstall"
wants to install "all" targets which not exist at this stage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c75f80..ac69e74 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud