summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-03 22:14:52 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-03 22:14:52 (GMT)
commit0d169ea471c0896f8562fcc42283cb25af23a9d3 (patch)
tree190763c2a13c4f3c51075445ce90b30c1db57124 /Makefile.pre.in
parent2b19f35786b2ecde5036e57202e387d5fc018247 (diff)
downloadcpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.zip
cpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.tar.gz
cpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.tar.bz2
Use tabs consistently.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index aab82a5..d5b0ebc 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