svn commit: r364026 - head
Alex Richardson
arichardson at FreeBSD.org
Fri Aug 7 16:04:19 UTC 2020
Author: arichardson
Date: Fri Aug 7 16:04:15 2020
New Revision: 364026
URL: https://svnweb.freebsd.org/changeset/base/364026
Log:
Fix duplicate assignment of _localedef in Makefile.inc1
The same .if exists a few lines below.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Fri Aug 7 16:04:10 2020 (r364025)
+++ head/Makefile.inc1 Fri Aug 7 16:04:15 2020 (r364026)
@@ -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.
More information about the svn-src-head
mailing list