pgen now needs pymalloc

This commit is contained in:
Neil Schemenauer 2002-04-22 03:05:25 +00:00
parent 51e7f5caba
commit fd1030e166

View file

@ -197,6 +197,7 @@ POBJS= \
PARSER_OBJS= $(POBJS) Parser/myreadline.o
PGOBJS= \
Objects/obmalloc.o \
Python/mysnprintf.o \
Parser/firstsets.o \
Parser/grammar.o \