mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
make ast.c depend on the grammar
This commit is contained in:
parent
9eeeee9d71
commit
80ce61c053
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ $(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
|
|||
$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
|
||||
$(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
|
||||
|
||||
Python/compile.o Python/symtable.o: $(GRAMMAR_H) $(AST_H)
|
||||
Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
|
||||
|
||||
Python/getplatform.o: $(srcdir)/Python/getplatform.c
|
||||
$(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue