From d2d291541dbf9cfbd6128123bb731b60eb9d6635 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Fri, 25 Jan 2008 23:21:16 +0000 Subject: [PATCH] Make the testall target work again when building in a separate directory (with '../path/to/source/configure') --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 8cbde8097c9..0a03d87ab67 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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