summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-27 02:45:36 +0000
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-27 02:45:36 +0000
commit40417746fa5ffd16a70808d0aeb237d572078016 (patch)
tree512b8b2ba5b42872fa7db65ca9abc45f7dce8b93 /Makefile.pre.in
parent7cd124c7d201c30691ab0ce8d982c4756ddf70be (diff)
downloadcpython-git-40417746fa5ffd16a70808d0aeb237d572078016.tar.gz
Add missing dependents of graminit.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 872f746f0e..61c31da7d2 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