2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

4395 [bug] Improve out-of-tree installation of python modules.

[RT #42586]
This commit is contained in:
Mark Andrews
2016-06-24 12:20:37 +10:00
parent c49e944317
commit 4840ef4581
21 changed files with 55 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ TARGETS = parsetab.py
$(PYTHON) -m compileall .
parsetab.py: policy.py
$(PYTHON) ${srcdir}/policy.py parse /dev/null > /dev/null
$(PYTHON) policy.py parse /dev/null > /dev/null
PYTHONPATH=${srcdir} $(PYTHON) -m parsetab
check test: subdirs