summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-11 20:55:52 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-11 20:55:52 +0000
commitcd967a6f7f31639f1575aae1d53fa28a77052894 (patch)
tree2ed4cfd1eb053f3e23a997d7f8890d0dada38927 /Makefile.inc1
parentb701714e190390829b2d0fec65f64cc436c295bb (diff)
downloadFreeBSD-src-cd967a6f7f31639f1575aae1d53fa28a77052894.zip
FreeBSD-src-cd967a6f7f31639f1575aae1d53fa28a77052894.tar.gz
MFC r293440:
Fix upgrading from OSVERSION 1000002-1000032 after r288829.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index adf5afd..a6f528e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1284,8 +1284,11 @@ _mklocale= usr.bin/mklocale
_sed= usr.bin/sed
.endif
-.if ${BOOTSTRAPPING} < 1000002
+.if ${BOOTSTRAPPING} < 1000033
_m4= usr.bin/m4
+_lex= usr.bin/lex
+
+${_bt}-usr.bin/lex: ${_bt}-usr.bin/m4
.endif
.if ${BOOTSTRAPPING} < 1001506
@@ -1314,12 +1317,6 @@ ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd
_cat= bin/cat
.endif
-.if ${BOOTSTRAPPING} < 1000033
-_lex= usr.bin/lex
-
-${_bt}-usr.bin/lex: ${_bt}-usr.bin/m4
-.endif
-
.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
_awk= usr.bin/awk
.endif
OpenPOWER on IntegriCloud