From: Julien Rioux Date: Sat, 13 Oct 2012 19:59:24 +0000 (-0400) Subject: Build: Invoke python -tt throughout (issue 1707). X-Git-Tag: release/2.17.5-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cf01cf81924a32a772e1245f01f5d897054404b;p=lilypond.git Build: Invoke python -tt throughout (issue 1707). -tt: issue errors about inconsistent tab usage in python source. --- 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@