diff options
author | Julien Rioux <jrioux@physics.utoronto.ca> | 2012-10-13 15:59:24 -0400 |
---|---|---|
committer | Julien Rioux <jrioux@physics.utoronto.ca> | 2012-10-19 13:50:06 -0400 |
commit | 4cf01cf81924a32a772e1245f01f5d897054404b (patch) | |
tree | a324a58915f70186168a8a8336c0dc7e1972c4fe /config.make.in | |
parent | c7d55b2b61d7cf5310c40b6e76fb31a482f812f1 (diff) |
Build: Invoke python -tt throughout (issue 1707).
-tt: issue errors about inconsistent tab usage in python source.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 4 |
1 files 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@ |