summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-03 23:03:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-03 23:03:35 (GMT)
commit88623d76b49a553445fff037bc9cf2e79a24ceef (patch)
tree0b0e6c004523de1f1e6510ad40025ee0107d1378 /Makefile.pre.in
parent4ceeeb09d8ff445888b24aa324bc06175d141cb9 (diff)
downloadcpython-88623d76b49a553445fff037bc9cf2e79a24ceef.zip
cpython-88623d76b49a553445fff037bc9cf2e79a24ceef.tar.gz
cpython-88623d76b49a553445fff037bc9cf2e79a24ceef.tar.bz2
use our own locale independent ctype macros
requires building pyctype.o into pgen
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 36b0a56..a332b6b 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -230,6 +230,7 @@ PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/tokenizer.o
PGOBJS= \
Objects/obmalloc.o \
Python/mysnprintf.o \
+ Python/pyctype.o \
Parser/tokenizer_pgen.o \
Parser/printgrammar.o \
Parser/pgenmain.o