From: Benjamin Peterson Date: Sun, 4 Apr 2010 23:03:35 +0000 (+0000) Subject: Merged revisions 79762 via svnmerge from X-Git-Tag: v3.2a1~1233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf92b7fdbf662899f8126b6d22b5b20b371aaa61;p=thirdparty%2FPython%2Fcpython.git Merged revisions 79762 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79762 | benjamin.peterson | 2010-04-04 18:01:03 -0500 (Sun, 04 Apr 2010) | 1 line tabify ........ --- diff --git a/Makefile.pre.in b/Makefile.pre.in index c704b145fe97..c74b2003c5d8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -239,7 +239,7 @@ PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/tokenizer.o PGOBJS= \ Objects/obmalloc.o \ Python/mysnprintf.o \ - Python/pyctype.o \ + Python/pyctype.o \ Parser/tokenizer_pgen.o \ Parser/printgrammar.o \ Parser/pgenmain.o