[GRASS-SVN] r55906 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 23:31:13 PDT 2013


Author: wenzeslaus
Date: 2013-04-18 23:31:13 -0700 (Thu, 18 Apr 2013)
New Revision: 55906

Modified:
   grass/trunk/include/Make/Python.make
Log:
python: using Python flag to warn about inconsistent tab usage

Modified: grass/trunk/include/Make/Python.make
===================================================================
--- grass/trunk/include/Make/Python.make	2013-04-19 03:58:20 UTC (rev 55905)
+++ grass/trunk/include/Make/Python.make	2013-04-19 06:31:13 UTC (rev 55906)
@@ -2,4 +2,4 @@
 PY_SOURCES := $(wildcard *.py)
 
 %.pyc: %.py
-	$(PYTHON) -m py_compile $<
+	$(PYTHON) -t -m py_compile $<



More information about the grass-commit mailing list