From: Georg Brandl Date: Fri, 3 Sep 2010 22:14:52 +0000 (+0000) Subject: Use tabs consistently. X-Git-Tag: v3.2a2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d169ea471c0896f8562fcc42283cb25af23a9d3;p=python Use tabs consistently. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index aab82a525f..d5b0ebc728 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -35,9 +35,9 @@ LINKCC= @LINKCC@ 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