summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-08-10 13:18:05 +0000
committerharti <harti@FreeBSD.org>2004-08-10 13:18:05 +0000
commit7a6e7d476d2e603506644dec695c1c5180bc28bc (patch)
tree617a36b3e9375e06667c76e021da38a4e611066b /Makefile.inc1
parentc327574af2938190734e4211f84f6f793076ea43 (diff)
downloadFreeBSD-src-7a6e7d476d2e603506644dec695c1c5180bc28bc.zip
FreeBSD-src-7a6e7d476d2e603506644dec695c1c5180bc28bc.tar.gz
Fix recent breakage in rescue. We need to build a new crunchgen
that will not emit the bad MAKE=make line that caused the breakage. Submitted by: ru
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 055db2e..5105dd6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -722,7 +722,7 @@ _yacc= usr.bin/yacc
.endif
.if !defined(NO_RESCUE) && \
- ${BOOTSTRAPPING} < 501100
+ ${BOOTSTRAPPING} < 502128
_crunchgen= usr.sbin/crunch/crunchgen
.endif
OpenPOWER on IntegriCloud