From 00417a3b5df9c83d88f7abf91d40fdab5517d7e0 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 26 Jan 2008 01:47:05 +0000 Subject: Make 'testall' work again when building in a separate directory. test_distutils still fails when doing that. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index ede3bd8..c444539 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -617,7 +617,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 -- cgit v0.12