4369. [bug] Fix 'make' and 'make install' out-of-tree python

support. [RT #42484]
This commit is contained in:
Mark Andrews
2016-05-24 09:50:23 +10:00
parent da06956f4b
commit d3600bb89d
4 changed files with 7 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ PYTESTS = dnskey_test.py policy_test.py
check test:
for test in $(PYTESTS); do \
$(PYTHON) $$test; \
PYTHONPATH=${srcdir}/../.. $(PYTHON) ${srcdir}/$$test; \
done
clean distclean::