From 05266ef44d031ecac6d0e9e576c51432162301c4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 2 Apr 1997 16:44:06 +0000 Subject: [PATCH] For csu/i386 add "all" before "beforeinstall", because "beforeinstall" wants to install "all" targets which not exist at this stage --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c75f800a61b..ac69e74bf12e 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