diff options
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/Makefile.in | 2 |
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 |