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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to