summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-11-01 19:52:38 +0000
committerpst <pst@FreeBSD.org>1994-11-01 19:52:38 +0000
commit4e76337137bcc276f18363772d8cf7b6fc458912 (patch)
treed04b2898ac52bd7bd46a2a915dc227962fc6e20e /Makefile
parent345918a31d530c2bb157a2ff2c6c7ec4ad1b6c22 (diff)
downloadFreeBSD-src-4e76337137bcc276f18363772d8cf7b6fc458912.zip
FreeBSD-src-4e76337137bcc276f18363772d8cf7b6fc458912.tar.gz
Make make world -DCLOBBER work again .. grrr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07494a4..d253ebd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.26 1994/10/11 23:33:00 ache Exp $
+# $Id: Makefile,v 1.27 1994/10/15 21:19:56 wollman Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -245,6 +245,8 @@ libraries:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
.if exists(lib)
+ cd ${.CURDIR}/lib/csu/i386 && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/lib && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
OpenPOWER on IntegriCloud