From 0f802bcd5175a28327b16007824933b839facb6c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 3 Aug 1996 13:00:35 +0000 Subject: [PATCH] The bootstrap target in src/Makefile has the wrong order for lex/tsort because lex has a library (libln.a) and bsd.lib.mk has been modified to use 'tsort -q'. Tsort has not been build yet... tsort should be before lex. [Whoops! Thanks! -jkh] Submitted-By: roberto@keltia.freenix.fr (Ollivier Robert) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 172c253a169..2f4179d1979 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.91 1996/07/27 21:47:42 peter Exp $ +# $Id: Makefile,v 1.92 1996/08/03 06:44:46 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -345,10 +345,10 @@ bootstrap: ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/xinstall && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} - cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \ - ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/tsort && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \ + ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} # # include-tools - generally the same as 'bootstrap', except that it's for