Add missing dependents of graminit.h.

This commit is contained in:
Neil Schemenauer 2001-02-27 02:45:36 +00:00
parent 7cd124c7d2
commit 40417746fa
1 changed files with 2 additions and 0 deletions

View File

@ -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