Fix .hgtouch to list the dependencies for auto-generated AST code correctly.

Issue #19016
This commit is contained in:
Eli Bendersky 2013-09-27 08:48:19 -07:00
parent c3034b14ff
commit 55798896a4
1 changed files with 2 additions and 2 deletions

View File

@ -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