diff options
Diffstat (limited to '.hgtouch')
-rw-r--r-- | .hgtouch | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ # Define dependencies of generated files that are checked into hg. # The syntax of this file uses make rule dependencies, without actions -Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c +Python/importlib.h: Lib/importlib/_bootstrap.py Programs/_freeze_importlib.c + +Include/opcode.h: Lib/opcode.py Tools/scripts/generate_opcode_h.py Include/Python-ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py Python/Python-ast.c: Include/Python-ast.h |