Fix flexfix to directly run with python.

This commit is contained in:
Wilson Snyder 2021-02-25 21:19:37 -05:00
parent dad86b9a84
commit ce78d6e438

View File

@ -340,7 +340,7 @@ V3PreLex_pregen.yy.cpp: V3PreLex.l $(HEADERS)
${LEX} ${LFLAGS} -o$@ $<
V3PreLex.yy.cpp: V3PreLex_pregen.yy.cpp $(FLEXFIX)
$(PERL) $(FLEXFIX) V3PreLex <$< >$@
$(PYTHON3) $(FLEXFIX) V3PreLex <$< >$@
.SUFFIXES: