.hgtouch: add a rule for Include/Python-ast.h

This commit is contained in:
Georg Brandl 2014-01-27 07:56:59 +01:00
parent a814533d64
commit 03f873d2df
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,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: Include/ast.h
Python/Python-ast.c: Include/Python-ast.h
Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py