From d7d0ca4c97c7b3450b1e27f8cc6b85ce0d55b443 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 19 Jun 1996 20:48:48 +0000 Subject: [PATCH] Added lex to the bootstrap target. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc7456f4450d..20cda8cad5c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.78 1996/03/24 13:16:45 paul Exp $ +# $Id: Makefile,v 1.79 1996/05/04 07:12:07 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -116,6 +116,7 @@ bootstrap: cd ${.CURDIR}/usr.bin/xlint/lint1 && ${MAKE} ${MK_FLAGS} install cd ${.CURDIR}/usr.bin/xlint/lint2 && ${MAKE} ${MK_FLAGS} install cd ${.CURDIR}/usr.bin/xlint/xlint && ${MAKE} ${MK_FLAGS} install + cd ${.CURDIR}/usr.bin/lex && ${MAKE} ${MK_FLAGS} bootstrap all install reinstall: hierarchy mk includes @echo "--------------------------------------------------------------"