From ce78d6e438fbf56d0d7689f5eb1425c476666f12 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 25 Feb 2021 21:19:37 -0500 Subject: [PATCH] Fix flexfix to directly run with python. --- src/Makefile_obj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in index 0b38c2108..4562bcd7d 100644 --- a/src/Makefile_obj.in +++ b/src/Makefile_obj.in @@ -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: