Make the testall target work again when building in a separate directory

(with '../path/to/source/configure')
This commit is contained in:
Thomas Wouters 2008-01-25 23:21:16 +00:00
parent eee84e96c5
commit d2d291541d
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ test: all platform
testall: all platform
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
$(TESTPYTHON) Lib/compileall.py
$(TESTPYTHON) $(srcdir)/Lib/compileall.py
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall