summaryrefslogtreecommitdiff
path: root/.hgtouch
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
commit411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a (patch)
tree8e4ab5b149923f30e64c5e0f2826cf07bd5938a1 /.hgtouch
parentb8a20c8cbfd0d21f7c83131d6cb234595a67436e (diff)
downloadcpython-411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a.tar.gz
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 00efbefa74..b9be0f11fd 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