diff options
| author | Thomas Wouters <thomas@python.org> | 2008-01-25 23:21:16 +0000 |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2008-01-25 23:21:16 +0000 |
| commit | 8d18864b15becd9352dd013a3c4f14ca812501ef (patch) | |
| tree | 2da5019ef90b9c20c2315fa4661a19b3ba7f90b4 | |
| parent | 77ce32023f8859424c5603b3731fe751b757dd11 (diff) | |
| download | cpython-8d18864b15becd9352dd013a3c4f14ca812501ef.tar.gz | |
Make the testall target work again when building in a separate directory
(with '../path/to/source/configure')
| -rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 8cbde8097c..0a03d87ab6 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 |
