]> granicus.if.org Git - python/commitdiff
Fix .hgtouch to list the dependencies for auto-generated AST code correctly.
authorEli Bendersky <eliben@gmail.com>
Fri, 27 Sep 2013 15:48:19 +0000 (08:48 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 27 Sep 2013 15:48:19 +0000 (08:48 -0700)
Issue #19016

.hgtouch

index 0af8c192860674c4f45c665260e4d45454151f75..7e3a5e7370883cc95f3652205485e499a8218a27 100644 (file)
--- a/.hgtouch
+++ b/.hgtouch
@@ -4,8 +4,8 @@
 
 Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c
 
-Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
-Python/Python-ast.c: Include/ast.h
+Include/Python-ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
+Python/Python-ast.c: Include/Python-ast.h
 
 Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py