summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
committerru <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
commitf8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481 (patch)
treeac99a95d10edf1ab390259cb8e6b285228037505 /Makefile.inc1
parent2c22bca2202c5469c6318a182ef527e642c96454 (diff)
downloadFreeBSD-src-f8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481.zip
FreeBSD-src-f8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481.tar.gz
Make the format of LC_COLLATE files architecture independent.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7099067..89234b6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -775,6 +775,10 @@ _groff= gnu/usr.bin/groff/tmac
_cap_mkdb= usr.bin/cap_mkdb
.endif
+.if ${BOOTSTRAPPING} < 600018
+_colldef= usr.bin/colldef
+.endif
+
.if ${BOOTSTRAPPING} < 600017
_gencat= usr.bin/gencat
.endif
@@ -795,7 +799,7 @@ bootstrap-tools:
${_groff} \
gnu/usr.bin/texinfo \
${_cap_mkdb} \
- usr.bin/colldef \
+ ${_colldef} \
${_gencat} \
usr.bin/lorder \
usr.bin/makewhatis \
OpenPOWER on IntegriCloud