Fix duplicate assignment of _localedef in Makefile.inc1

The same .if exists a few lines below.
This commit is contained in:
Alex Richardson 2020-08-07 16:04:15 +00:00
parent 03266a2f08
commit 0d834e0f4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364026

View File

@ -2179,9 +2179,6 @@ _yacc= usr.bin/yacc
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
.if ${MK_LOCALES} != "no"
_localedef= usr.bin/localedef
.endif
# We need to build tblgen when we're building clang or lld, either as
# bootstrap tools, or as the part of the normal build.