From 2d8d8e3c03fe251a37a9bfe59835a5c24d26250a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 17 Apr 2015 16:02:49 +0000 Subject: [PATCH] Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557 --- Makefile.inc1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 56b9e4a8fbee..17fda4922dc4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1281,10 +1281,6 @@ _m4= lib/libohash \ ${_bt}-usr.bin/m4: ${_bt}-lib/libohash .endif -.if ${BOOTSTRAPPING} < 1000014 -_crunch= usr.sbin/crunch -.endif - .if ${BOOTSTRAPPING} < 1000026 _nmtree= lib/libnetbsd \ usr.sbin/nmtree @@ -1300,6 +1296,10 @@ _cat= bin/cat _lex= usr.bin/lex .endif +.if ${BOOTSTRAPPING} < 1001507 +_crunch= usr.sbin/crunch +.endif + .if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041 _awk= usr.bin/awk .endif