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:
harti 2004-08-10 13:18:05 +00:00
parent c327574af2
commit 7a6e7d476d

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