mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Fix typo in Makefile.
Reviewed (informally!) by jkh.
This commit is contained in:
parent
5eb14f7e7c
commit
89f044eb97
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17234
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.88 1996/06/28 05:36:00 phk Exp $
|
||||
# $Id: Makefile,v 1.89 1996/07/01 06:13:31 jkh Exp $
|
||||
#
|
||||
# Make command line options:
|
||||
# -DCLOBBER will remove /usr/include
|
||||
@ -312,7 +312,7 @@ libraries:
|
||||
cd ${.CURDIR}/lib && \
|
||||
${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR}
|
||||
.endif
|
||||
.if exists(usr.sbin/lex/lib)
|
||||
.if exists(usr.bin/lex/lib)
|
||||
cd ${.CURDIR}/usr.bin/lex/lib && \
|
||||
${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user