summaryrefslogtreecommitdiff
path: root/.hgtouch
diff options
context:
space:
mode:
Diffstat (limited to '.hgtouch')
-rw-r--r--.hgtouch4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgtouch b/.hgtouch
index 7e3a5e7370..b9be0f11fd 100644
--- a/.hgtouch
+++ b/.hgtouch
@@ -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