mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
Remove yacc from the lib-tools target since it is now
back to its original form. Requested by: jkh
This commit is contained in:
parent
e227653767
commit
35d98ca782
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21586
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user