]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Invoke python -tt throughout (issue 1707).
authorJulien Rioux <jrioux@physics.utoronto.ca>
Sat, 13 Oct 2012 19:59:24 +0000 (15:59 -0400)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Fri, 19 Oct 2012 17:50:06 +0000 (13:50 -0400)
-tt: issue errors about inconsistent tab usage in python source.

config.make.in

index aa674379e3dcaa8679195c722f377c6b3ce84922..9837fc3e49f7ec52000e44fbd2c525ddc7c91031 100644 (file)
@@ -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@