summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-31 05:11:48 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-31 05:11:48 (GMT)
commitdd19eaf966662ecacdf9d7d8c31e07a4d634d228 (patch)
treec64e9813c750521caa94819b285d4306fc3cba80 /Parser
parent926f1d673a881644456638d626f8994e4b45c3d9 (diff)
downloadcpython-dd19eaf966662ecacdf9d7d8c31e07a4d634d228.zip
cpython-dd19eaf966662ecacdf9d7d8c31e07a4d634d228.tar.gz
cpython-dd19eaf966662ecacdf9d7d8c31e07a4d634d228.tar.bz2
Added a little more dependency information.
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Makefile.in b/Parser/Makefile.in
index 5396680..700d5da 100644
--- a/Parser/Makefile.in
+++ b/Parser/Makefile.in
@@ -92,7 +92,7 @@ parsetok.o: parsetok.c
tokenizer.o: tokenizer.c
bitset.o: bitset.c
firstsets.o: firstsets.c
-grammar.o: grammar.c
+grammar.o: grammar.c assert.h ../Include/token.h ../Include/grammar.h
metagrammar.o: metagrammar.c
pgen.o: pgen.c
printgrammar.o: printgrammar.c