The parser now also needs to link with mysnprintf.o.

This commit is contained in:
Guido van Rossum 2001-12-04 03:54:08 +00:00
parent 88e138c842
commit f227252c21
1 changed files with 1 additions and 0 deletions

View File

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