summaryrefslogtreecommitdiffstats
path: root/.hgtouch
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
commit973fe0ba7adb081b81f319b924f9bbb50b2b1345 (patch)
tree5b386540c29cbf34abbceb101c13377ae3760c71 /.hgtouch
parentd6766ae434fd09130863af913a8193641e51b91c (diff)
downloadcpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.zip
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.gz
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.bz2
Issue #18093: Factor out the programs that embed the runtime
Diffstat (limited to '.hgtouch')
-rw-r--r--.hgtouch2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgtouch b/.hgtouch
index 00efbef..b9be0f1 100644
--- a/.hgtouch
+++ b/.hgtouch
@@ -2,7 +2,7 @@
# 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