From 35d98ca78283844ac08d1427314dbd2b6c0a259a Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 12 Jan 1997 05:33:24 +0000 Subject: [PATCH] Remove yacc from the lib-tools target since it is now back to its original form. Requested by: jkh --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1a9e1ef72e1..b1fe67883c7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.112 1997/01/07 02:28:57 jkh Exp $ +# $Id: Makefile,v 1.113 1997/01/11 10:53:01 jmacd Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -439,8 +439,6 @@ 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