From 0d169ea471c0896f8562fcc42283cb25af23a9d3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 3 Sep 2010 22:14:52 +0000 Subject: [PATCH] Use tabs consistently. --- Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0