소스 검색

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 $<