]> granicus.if.org Git - python/commitdiff
.hgtouch: add a rule for Include/Python-ast.h
authorGeorg Brandl <georg@python.org>
Mon, 27 Jan 2014 06:56:59 +0000 (07:56 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 27 Jan 2014 06:56:59 +0000 (07:56 +0100)
.hgtouch

index 0af8c192860674c4f45c665260e4d45454151f75..a629de93109e913fd067b05739ced6effb0b3ca8 100644 (file)
--- a/.hgtouch
+++ b/.hgtouch
@@ -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