From de5b5e45a05cce40cbee3351f94890668d50d6f2 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Tue, 10 Aug 2004 13:18:05 +0000 Subject: [PATCH] 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(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 055db2e2873..5105dd6bc4e 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