Skip to content

Commit

Permalink
Add missing lex/yacc dependency for mkesdb/mkcsmapper bootstrap
Browse files Browse the repository at this point in the history
This causes build failures on macOS where the build can end up invoking
an incompatible m4 binary.

Fxies:		2de949c ("Remove mkcsmapper_static and mkesdb_static from build-tools")
  • Loading branch information
arichardson committed Aug 16, 2021
1 parent 29e400e commit cc13450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -2361,6 +2361,8 @@ ${_bt}-usr.bin/localedef: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
.if ${MK_ICONV} != "no"
_mkesdb= usr.bin/mkesdb
_mkcsmapper= usr.bin/mkcsmapper
${_bt}-usr.bin/mkesdb: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
${_bt}-usr.bin/mkcsmapper: ${_bt}-usr.bin/yacc ${_bt_lex_depend}
.endif

.if ${MK_KERBEROS} != "no"
Expand Down

0 comments on commit cc13450

Please sign in to comment.