diff options
author | Georg Brandl <georg@python.org> | 2010-09-03 22:14:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-03 22:14:52 (GMT) |
commit | 0d169ea471c0896f8562fcc42283cb25af23a9d3 (patch) | |
tree | 190763c2a13c4f3c51075445ce90b30c1db57124 /Makefile.pre.in | |
parent | 2b19f35786b2ecde5036e57202e387d5fc018247 (diff) | |
download | cpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.zip cpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.tar.gz cpython-0d169ea471c0896f8562fcc42283cb25af23a9d3.tar.bz2 |
Use tabs consistently.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
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 |