mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
add parsetok.h as a dependency - previously, changing this file doesn't
cause the right files to be rebuilt.
This commit is contained in:
parent
78a132b814
commit
2464087bda
1 changed files with 3 additions and 0 deletions
|
@ -483,6 +483,8 @@ Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c
|
|||
|
||||
Parser/tokenizer_pgen.o: $(srcdir)/Parser/tokenizer.c
|
||||
|
||||
Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
|
||||
|
||||
$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
|
||||
$(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
|
||||
|
||||
|
@ -535,6 +537,7 @@ PYTHON_HEADERS= \
|
|||
Include/moduleobject.h \
|
||||
Include/object.h \
|
||||
Include/objimpl.h \
|
||||
Include/parsetok.h \
|
||||
Include/patchlevel.h \
|
||||
Include/pyarena.h \
|
||||
Include/pydebug.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue