summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-12-04 03:54:08 (GMT)
committerGuido van Rossum <guido@python.org>2001-12-04 03:54:08 (GMT)
commitf227252c219fb6eeebf4f8794ba42a674f91d7f0 (patch)
tree4af4e379ff71260a81946d4689f01a1804b2380c /Makefile.pre.in
parent88e138c84221e8473ff789dd4990ae2831e95338 (diff)
downloadcpython-f227252c219fb6eeebf4f8794ba42a674f91d7f0.zip
cpython-f227252c219fb6eeebf4f8794ba42a674f91d7f0.tar.gz
cpython-f227252c219fb6eeebf4f8794ba42a674f91d7f0.tar.bz2
The parser now also needs to link with mysnprintf.o.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 68ad6e3..93023f2 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 \