summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-05-13 16:09:59 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-05-13 16:09:59 +0000
commit5bd7156a386c7eef65b5a10821c3cc7a8076acd8 (patch)
treeb5c620b096ba415c6cab82cbf9391a5d37d2cb88 /Makefile
parent1fac13be5b0f8bf6edf5e3b61ae25ab262ae4152 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4787c1d6ee00..89c17bc9364e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.109.2.2 1996/12/20 08:20:06 asami Exp $
+# $Id: Makefile,v 1.109.2.3 1997/04/11 16:57:40 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -455,6 +455,10 @@ lib-tools:
# libraries - build and install the libraries
#
libraries:
+.if exists(lib/csu/i386)
+ cd ${.CURDIR}/lib/csu/i386 && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+.endif
.if exists(lib/libcompat)
cd ${.CURDIR}/lib/libcompat && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
@@ -467,10 +471,6 @@ libraries:
cd ${.CURDIR}/lib/libtermcap && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
.endif
-.if exists(lib)
- cd ${.CURDIR}/lib/csu/i386 && ${MAKE} depend && \
- ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
-.endif
.if exists(gnu)
cd ${.CURDIR}/gnu/lib && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}