From: doko@ubuntu.com Date: Wed, 20 Mar 2013 19:38:50 +0000 (-0700) Subject: - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C X-Git-Tag: v3.3.1rc1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f219c8da490cdffcacdc419414871fae761d499d;p=python - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C --- diff --git a/.hgtouch b/.hgtouch index a4ef70ee0f..0af8c19286 100644 --- a/.hgtouch +++ b/.hgtouch @@ -10,3 +10,6 @@ Python/Python-ast.c: Include/ast.h Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py Objects/typeslots.inc: Include/typeslots.h Objects/typeslots.py + +Include/graminit.h: Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c +Python/graminit.c: Include/graminit.h Grammar/Grammar Parser/acceler.c Parser/grammar1.c Parser/listnode.c Parser/node.c Parser/parser.c Parser/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.c Python/dynamic_annotations.c Python/mysnprintf.c Python/pyctype.c Parser/tokenizer_pgen.c Parser/printgrammar.c Parser/parsetok_pgen.c Parser/pgenmain.c