aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-08-07 16:04:15 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-08-07 16:04:15 +0000
commit0d834e0f4dc9612016d8124921d21531c8389088 (patch)
treecdba2dc58beb8c9a9faaf168dd5c3b75535e520e /Makefile.inc1
parent03266a2f085a816e141dc8288f2ee3f9bb58cd6d (diff)
downloadsrc-0d834e0f4dc9612016d8124921d21531c8389088.tar.gz
src-0d834e0f4dc9612016d8124921d21531c8389088.zip
Fix duplicate assignment of _localedef in Makefile.inc1
The same .if exists a few lines below.
Notes
Notes: svn path=/head/; revision=364026
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9dc0be374a81..6d58e641fd00 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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.