diff options
-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 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 |