[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.1.2.11
Chris McDonough
chrism@zope.com
Tue, 26 Nov 2002 00:22:28 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv7743
Modified Files:
Tag: chrism-install-branch
Makefile.in
Log Message:
Remove creation of phony "build" file which prevented build step from being run more than once. This will cause problems, and distutils seems to be behaving better in 2.2.2 (at one point it would rebuild extensions unconditionally).
=== Zope/inst/Makefile.in 1.1.2.10 => 1.1.2.11 ===
--- Zope/inst/Makefile.in:1.1.2.10 Sat Oct 26 15:46:07 2002
+++ Zope/inst/Makefile.in Tue Nov 26 00:22:28 2002
@@ -34,7 +34,6 @@
build: hacklinks links
"${PYTHON}" "${INST_DIR}/setup.py" build_ext -i
- ${TOUCH} "${BUILD_DIR}/build"
@echo
@echo Zope built. Next, do \'make install\' \(or \'make instance\'
@echo to run a Zope instance directly from the build directory\).