From 49bf419db00d66abd8e021ac0c18220b27e1e596 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 23 May 2005 11:15:16 +0000 Subject: [PATCH] Stop redundantly rebuilding texinfo on the next __FreeBSD_version bump. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index fdcfb0ac98cf..91c507130109 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -776,6 +776,10 @@ _groff= gnu/usr.bin/groff/tmac .endif .endif +.if ${BOOTSTRAPPING} < 600029 +_texinfo= gnu/usr.bin/texinfo +.endif + .if ${BOOTSTRAPPING} < 600015 _cap_mkdb= usr.bin/cap_mkdb .endif @@ -806,7 +810,7 @@ bootstrap-tools: ${_strfile} \ ${_gperf} \ ${_groff} \ - gnu/usr.bin/texinfo \ + ${_texinfo} \ ${_cap_mkdb} \ ${_colldef} \ ${_gencat} \