Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7ce62 commit 1f918c1Copy full SHA for 1f918c1
1 file changed
Makefile.pre.in
@@ -614,7 +614,7 @@ Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
614
$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
615
$(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
616
617
-$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
+$(AST_C): $(AST_H) $(AST_ASDL) $(ASDLGEN_FILES)
618
$(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
619
620
Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
0 commit comments