make Python-ast.c depend on Python-ast.h
This commit is contained in:
parent
1f7ce62bd6
commit
1f918c1480
|
@ -614,7 +614,7 @@ Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
|
|||
$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
|
||||
$(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
|
||||
|
||||
$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
|
||||
$(AST_C): $(AST_H) $(AST_ASDL) $(ASDLGEN_FILES)
|
||||
$(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
|
||||
|
||||
Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
|
||||
|
|
Loading…
Reference in New Issue