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

georg.brandl python-checkins at python.org
Sat Sep 4 00:14:52 CEST 2010


Author: georg.brandl
Date: Sat Sep  4 00:14:52 2010
New Revision: 84476

Log:
Use tabs consistently.

Modified:
   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	Sat Sep  4 00:14:52 2010
@@ -35,9 +35,9 @@
 AR=		@AR@
 RANLIB=		@RANLIB@
 SVNVERSION=	@SVNVERSION@
-SOABI=          @SOABI@
+SOABI=		@SOABI@
 
-GNULD=          @GNULD@
+GNULD=		@GNULD@
 
 # Shell used by make (some versions default to the login shell, which is bad)
 SHELL=		/bin/sh


More information about the Python-checkins mailing list