[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.10

Stefan H. Holek stefan at epy.co.at
Tue Aug 24 15:27:35 EDT 2004


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv8854/inst

Modified Files:
      Tag: Zope-2_7-branch
	Makefile.in 
Log Message:
./configure && make && make install now works again.


=== Zope/inst/Makefile.in 1.14.2.9 => 1.14.2.10 ===
--- Zope/inst/Makefile.in:1.14.2.9	Sat Jul 31 12:15:43 2004
+++ Zope/inst/Makefile.in	Tue Aug 24 15:27:35 2004
@@ -55,7 +55,7 @@
 #
 # Note:  Unless ${PREFIX}/bin already has a 'python', symlink the
 #        "canonical" Python for this Zope into it.
-install: build
+install: build version_txt
 	${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} install \
 	   --home="${PREFIX}" ${BUILD_FLAGS} ${INSTALL_FLAGS}
 	[ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python
@@ -76,7 +76,7 @@
 # less expensive in the common case than letting distutils
 # potentially rebuild the binaries when we've done that already.
 inplace: PREFIX=${BASE_DIR}
-inplace: version_txt install
+inplace: install
 
 # instance:    Do an inplace build and create an instance home in the resulting
 #              software home.



More information about the Zope-Checkins mailing list