[Python-checkins] r79764 - in python/branches/py3k: Makefile.pre.in

benjamin.peterson python-checkins at python.org
Mon Apr 5 01:03:35 CEST 2010


Author: benjamin.peterson
Date: Mon Apr  5 01:03:35 2010
New Revision: 79764

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Mon Apr  5 01:03:35 2010
@@ -239,7 +239,7 @@
 PGOBJS=		\
 		Objects/obmalloc.o \
 		Python/mysnprintf.o \
-                Python/pyctype.o \
+		Python/pyctype.o \
 		Parser/tokenizer_pgen.o \
 		Parser/printgrammar.o \
 		Parser/pgenmain.o


More information about the Python-checkins mailing list