diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-27 02:45:36 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-27 02:45:36 (GMT) |
commit | 40417746fa5ffd16a70808d0aeb237d572078016 (patch) | |
tree | 512b8b2ba5b42872fa7db65ca9abc45f7dce8b93 | |
parent | 7cd124c7d201c30691ab0ce8d982c4756ddf70be (diff) | |
download | cpython-40417746fa5ffd16a70808d0aeb237d572078016.zip cpython-40417746fa5ffd16a70808d0aeb237d572078016.tar.gz cpython-40417746fa5ffd16a70808d0aeb237d572078016.tar.bz2 |
Add missing dependents of graminit.h.
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 872f746..61c31da 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -391,6 +391,8 @@ Parser/grammar.o: $(srcdir)/Parser/grammar.c \ Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c +Python/compile.o Python/symtable.o: $(GRAMMAR_H) + Python/getplatform.o: $(srcdir)/Python/getplatform.c $(CC) -c $(CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c |