[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.17
Fred L. Drake, Jr.
fred@zope.com
Fri, 24 Jan 2003 12:58:38 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv32143
Modified Files:
Tag: chrism-install-branch
Makefile.in
Log Message:
Fix quoting in the test target.
=== Zope/inst/Makefile.in 1.1.2.16 => 1.1.2.17 ===
--- Zope/inst/Makefile.in:1.1.2.16 Fri Jan 24 12:25:44 2003
+++ Zope/inst/Makefile.in Fri Jan 24 12:58:36 2003
@@ -141,7 +141,7 @@
${RM} "${SKEL_DIR}/inst/versions.py"
test: build
- ${CD} "${BUILD_DIR}/lib/python && ${PYTHON}" \
+ ${CD} "${BUILD_DIR}/lib/python" && ${PYTHON} \
../../utilities/testrunner.py -a
clean: rmlinks