Browse Source

python: using Python flag to warn about inconsistent tab usage

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55906 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 12 years ago
parent
commit
cf0a22c38d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/Make/Python.make

+ 1 - 1
include/Make/Python.make

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