فهرست منبع

make: -3 parameter from https://trac.osgeo.org/grass/changeset/56821 does not help much and is not accepted by python3

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70273 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 سال پیش
والد
کامیت
8fa94086f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/Make/Python.make

+ 1 - 1
include/Make/Python.make

@@ -2,4 +2,4 @@
 PY_SOURCES := $(wildcard *.py)
 
 %.pyc: %.py
-	$(PYTHON) -t -3 -m py_compile $<
+	$(PYTHON) -t -m py_compile $<