summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4128ea0..039089e 100644
--- a/Makefile
+++ b/Makefile
@@ -106,9 +106,8 @@ $(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding-3.2.0.txt
# normally need to be generated.
$(SRCDIR)/scanners.c: $(SRCDIR)/scanners.re
@case "$$(re2c -v)" in \
- *\ 0.13.7*|*\ 0.14|*\ 0.14.1) \
- echo "re2c versions 0.13.7 through 0.14.1 are known to produce buggy code."; \
- echo "Try a version >= 0.14.2 or <= 0.13.6."; \
+ *\ 0.13.*|*\ 0.14|*\ 0.14.1) \
+ echo "re2c >= 0.14.2 is required"; \
false; \
;; \
esac