From 17440902a7967d0565eec2f5bf24c59fe05382a2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 7 Jan 1997 02:28:57 +0000 Subject: [PATCH] Add yacc to lib-tools target, now that it's been changed. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccffd4adc593..a7332eb89ac5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.110 1996/11/26 03:26:31 ache Exp $ +# $Id: Makefile,v 1.111 1996/12/20 08:18:47 asami Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -438,6 +438,8 @@ lib-tools: ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/lex/lib && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/usr.bin/yacc && ${MAKE} depend && \ + ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/compile_et && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} && \ rm -f /usr/sbin/compile_et