From bcb393f2b2ef1993b77fba9752f0318bc877b2e3 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 16 Nov 1999 15:58:32 +0000 Subject: The 'test' target ought to depend on 'all', not just on python$(EXE) -- otherwise shared libraries might not be rebuilt. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fd3cca6..0805433 100644 --- a/Makefile.in +++ b/Makefile.in @@ -235,7 +235,7 @@ Modules: Parser Python Objects TESTOPTS= TESTPROG= $(srcdir)/Lib/test/regrtest.py TESTPYTHON= ./python$(EXE) -test: python$(EXE) +test: all -rm -f $(srcdir)/Lib/test/*.py[co] -PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) PYTHONPATH= $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -- cgit v0.12