From: Fred Drake Date: Thu, 31 Aug 2000 05:11:48 +0000 (+0000) Subject: Added a little more dependency information. X-Git-Tag: v2.0b1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd19eaf966662ecacdf9d7d8c31e07a4d634d228;p=python Added a little more dependency information. --- diff --git a/Parser/Makefile.in b/Parser/Makefile.in index 5396680596..700d5da9cc 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