From: Guido van Rossum Date: Tue, 4 Dec 2001 03:54:08 +0000 (+0000) Subject: The parser now also needs to link with mysnprintf.o. X-Git-Tag: v2.2.1c1~569 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f227252c219fb6eeebf4f8794ba42a674f91d7f0;p=thirdparty%2FPython%2Fcpython.git The parser now also needs to link with mysnprintf.o. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 68ad6e3a472c..93023f2dbb4e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -191,6 +191,7 @@ POBJS= \ PARSER_OBJS= $(POBJS) Parser/myreadline.o PGOBJS= \ + Python/mysnprintf.o \ Parser/firstsets.o \ Parser/grammar.o \ Parser/pgen.o \