From: Benjamin Peterson Date: Sun, 4 Apr 2010 23:01:03 +0000 (+0000) Subject: tabify X-Git-Tag: v2.7b1~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51fd586baa92efd54b674db66a3741fa47b2ff68;p=thirdparty%2FPython%2Fcpython.git tabify --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a332b6b793d1..4bc5a8cc1e58 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -230,7 +230,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