summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-06 00:56:23 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-06 00:56:23 +0000
commit9e3b9b4d1c109a9470d285e4eb55b34e7aa54e89 (patch)
tree903cbc1418fd8cfdcec5b047963716c4bee18cac /Makefile
parentc2a239ebc763c848d26be09fa819f922f6ee0c00 (diff)
downloadsrc-test2-9e3b9b4d1c109a9470d285e4eb55b34e7aa54e89.tar.gz
src-test2-9e3b9b4d1c109a9470d285e4eb55b34e7aa54e89.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 92022d9aec4c..18d7b35a3bbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.195 1998/06/04 12:02:52 jb Exp $
+# $Id: Makefile,v 1.196 1998/06/05 16:50:45 jkh Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -493,16 +493,16 @@ bootstrap:
cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} -DNOLIB all; \
- ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR} ${OBJDIR}
+ ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR}
+.if !defined(NOOBJDIR)
+ cd ${.CURDIR}/usr.bin/lex; ${MAKE} ${OBJDIR}
+.endif
cd ${.CURDIR}/usr.sbin/mtree; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} all; \
${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
.if defined(DESTDIR)
cd ${.CURDIR}/include && ${MAKE} copies
.endif
-.if !defined(NOOBJDIR)
- cd ${.CURDIR}/usr.bin/lex; ${MAKE} ${OBJDIR}
-.endif
#
# include-tools - generally the same as 'bootstrap', except that it's for