summaryrefslogtreecommitdiff
path: root/python/tests/Makefile.in
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
committerMike Hommey <mh@glandium.org>2004-05-17 06:56:59 +0000
commitd4e028c96af89ade493b440d4f2de6b684c03a06 (patch)
tree4b74b3cd4b14524309bc5a3e776d81d4bbc5efe4 /python/tests/Makefile.in
parent81bcf076ea11e114a60e429338a15748066de163 (diff)
downloadlibxml2-upstream/2.6.10.tar.gz
Load /tmp/tmp.QVLX5b/libxml2-2.6.10 intoupstream/2.6.10
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'python/tests/Makefile.in')
-rw-r--r--python/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/Makefile.in b/python/tests/Makefile.in
index cd259be..893a517 100644
--- a/python/tests/Makefile.in
+++ b/python/tests/Makefile.in
@@ -444,7 +444,7 @@ uninstall-am: uninstall-info-am
@WITH_PYTHON_TRUE@tests: $(PYTESTS)
-@WITH_PYTHON_TRUE@ -@(PYTHONPATH="..:../.libs:$(srcdir)/.." ; export PYTHONPATH; \
+@WITH_PYTHON_TRUE@ -@(PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; export PYTHONPATH; \
@WITH_PYTHON_TRUE@ for test in $(PYTESTS) ; do echo "-- $$test" ; $(PYTHON) $(srcdir)/$$test ; done)
@WITH_PYTHON_FALSE@tests: