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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 20 05:02:59 PDT 2013


Author: wenzeslaus
Date: 2013-06-20 05:02:59 -0700 (Thu, 20 Jun 2013)
New Revision: 56821

Modified:
   grass/trunk/include/Make/Python.make
Log:
make: -3 parameter added to python to avoid Python 3 incompatibilities

Modified: grass/trunk/include/Make/Python.make
===================================================================
--- grass/trunk/include/Make/Python.make	2013-06-20 11:21:29 UTC (rev 56820)
+++ grass/trunk/include/Make/Python.make	2013-06-20 12:02:59 UTC (rev 56821)
@@ -2,4 +2,4 @@
 PY_SOURCES := $(wildcard *.py)
 
 %.pyc: %.py
-	$(PYTHON) -t -m py_compile $<
+	$(PYTHON) -t -3 -m py_compile $<



More information about the grass-commit mailing list