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
This commit is contained in:
Hartmut Brandt 2004-08-10 13:18:05 +00:00
parent 4eb32c7e19
commit de5b5e45a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133433

View File

@ -722,7 +722,7 @@ _yacc= usr.bin/yacc
.endif
.if !defined(NO_RESCUE) && \
${BOOTSTRAPPING} < 501100
${BOOTSTRAPPING} < 502128
_crunchgen= usr.sbin/crunch/crunchgen
.endif