configure: Get rid of lex compatibility support, we require flex anyway.
diff --git a/Make.rules.in b/Make.rules.in
index 1b051ea..02df171 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -27,8 +27,7 @@
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
BISON = @BISON@
-LEX = @LEX@
-LEXLIB = @LEXLIB@
+FLEX = @FLEX@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
LIBEXT = @LIBEXT@
@@ -141,7 +140,7 @@
$(BISON) $(BISONFLAGS) -p $*_ -o $*.tab.c -d $<
.l.yy.c:
- $(LEX) $(LEXFLAGS) -t $< >$@ || ($(RM) $@ && exit 1)
+ $(FLEX) $(LEXFLAGS) -o$@ $<
.mc.mc.rc:
$(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<