From 7a6e7d476d2e603506644dec695c1c5180bc28bc Mon Sep 17 00:00:00 2001 From: harti Date: Tue, 10 Aug 2004 13:18:05 +0000 Subject: 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 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1