From: Neil Schemenauer Date: Tue, 27 Feb 2001 02:45:36 +0000 (+0000) Subject: Add missing dependents of graminit.h. X-Git-Tag: v2.1b1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40417746fa5ffd16a70808d0aeb237d572078016;p=thirdparty%2FPython%2Fcpython.git Add missing dependents of graminit.h. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 872f746f0ea3..61c31da7d223 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