]> granicus.if.org Git - python/commitdiff
The parser now also needs to link with mysnprintf.o.
authorGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 03:54:08 +0000 (03:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 03:54:08 +0000 (03:54 +0000)
Makefile.pre.in

index 68ad6e3a472ce0bbb4c14b84b12a76b13cb9d27e..93023f2dbb4e935f6fecc698ec7f3db1d361e81c 100644 (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 \