Skip to content

Commit d2d2915

Browse files
committed
Make the testall target work again when building in a separate directory
(with '../path/to/source/configure')
1 parent eee84e9 commit d2d2915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ test: all platform
646646

647647
testall: all platform
648648
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
649-
$(TESTPYTHON) Lib/compileall.py
649+
$(TESTPYTHON) $(srcdir)/Lib/compileall.py
650650
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
651651
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
652652
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall

0 commit comments

Comments
 (0)