[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.7
Fred L. Drake, Jr.
fred@zope.com
Tue, 8 Apr 2003 12:02:05 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv14074
Modified Files:
Makefile.in
Log Message:
"make test" expects an in-place build; fix the dependencies.
(The "build" target used to be an in-place build, but someone changed
that.)
=== Zope/inst/Makefile.in 1.6 => 1.7 ===
--- Zope/inst/Makefile.in:1.6 Wed Mar 26 13:38:14 2003
+++ Zope/inst/Makefile.in Tue Apr 8 12:02:04 2003
@@ -74,7 +74,7 @@
TESTOPTS=-v1 -e -d lib/python
-test: build
+test: inplace
${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS}
clean: