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

support. [RT #42484]

(cherry picked from commit d3600bb89d)
This commit is contained in:
Mark Andrews
2016-05-24 09:50:23 +10:00
parent f2a4962927
commit b8735615e1
3 changed files with 5 additions and 2 deletions

View File

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