From 40417746fa5ffd16a70808d0aeb237d572078016 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Tue, 27 Feb 2001 02:45:36 +0000 Subject: Add missing dependents of graminit.h. --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.pre.in') 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 -- cgit v1.2.1