]> granicus.if.org Git - python/commit
"make test" was still broken when building in a subdirectory: Andrew's
authorGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 20:21:59 +0000 (20:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 20:21:59 +0000 (20:21 +0000)
commit75e0058cdee9ccc48e63e87171defa33e3c6ea19
treeefa0063a04ba483ceea73fab0537de72e9923fa2
parentccc2e3d05d2c7475f84718b066ab0306ea97e168
"make test" was still broken when building in a subdirectory: Andrew's
fix set PYTHONPATH to something starting with $(srcdir)/build/lib....
The use of $(srcdir) was wrong here, it should be ./build/lib...
Makefile.in