Skip to content

Commit 1f918c1

Browse files
committed
make Python-ast.c depend on Python-ast.h
1 parent 1f7ce62 commit 1f918c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
614614
$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
615615
$(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
616616

617-
$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
617+
$(AST_C): $(AST_H) $(AST_ASDL) $(ASDLGEN_FILES)
618618
$(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
619619

620620
Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)

0 commit comments

Comments
 (0)