From 4cf01cf81924a32a772e1245f01f5d897054404b Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sat, 13 Oct 2012 15:59:24 -0400 Subject: [PATCH] Build: Invoke python -tt throughout (issue 1707). -tt: issue errors about inconsistent tab usage in python source. --- config.make.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.make.in b/config.make.in index aa674379e3..9837fc3e49 100644 --- a/config.make.in +++ b/config.make.in @@ -131,8 +131,8 @@ PATHSEP = @PATHSEP@ PDFLATEX = @PDFLATEX@ PERL = @PERL@ PLATFORM_WINDOWS = @PLATFORM_WINDOWS@ -PYTHON = @PYTHON@ -TARGET_PYTHON = @PYTHON@ +PYTHON = @PYTHON@ -tt +TARGET_PYTHON = @PYTHON@ -tt RANLIB = @RANLIB@ ROOTSEP = @ROOTSEP@ SHELL = @SHELL@ -- 2.39.2