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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 6 08:54:03 PST 2017


Author: wenzeslaus
Date: 2017-01-06 08:54:02 -0800 (Fri, 06 Jan 2017)
New Revision: 70273

Modified:
   grass/trunk/include/Make/Python.make
Log:
make: -3 parameter from r56821 does not help much and is not accepted by python3

Modified: grass/trunk/include/Make/Python.make
===================================================================
--- grass/trunk/include/Make/Python.make	2017-01-06 16:50:58 UTC (rev 70272)
+++ grass/trunk/include/Make/Python.make	2017-01-06 16:54:02 UTC (rev 70273)
@@ -2,4 +2,4 @@
 PY_SOURCES := $(wildcard *.py)
 
 %.pyc: %.py
-	$(PYTHON) -t -3 -m py_compile $<
+	$(PYTHON) -t -m py_compile $<



More information about the grass-commit mailing list