[Zope-Checkins] SVN: Zope/branches/2.9/inst/Makefile.in Do not --skip-build as this leaves us with nothing to install.

Stefan H. Holek stefan at epy.co.at
Sat Nov 19 15:00:55 EST 2005


Log message for revision 40251:
  Do not --skip-build as this leaves us with nothing to install.
  

Changed:
  U   Zope/branches/2.9/inst/Makefile.in

-=-
Modified: Zope/branches/2.9/inst/Makefile.in
===================================================================
--- Zope/branches/2.9/inst/Makefile.in	2005-11-19 18:51:52 UTC (rev 40250)
+++ Zope/branches/2.9/inst/Makefile.in	2005-11-19 20:00:54 UTC (rev 40251)
@@ -48,7 +48,7 @@
 install: version_txt
 	${PYTHON} "${BASE_DIR}/setup.py" ${DISTUTILS_OPTS} \
 	   build_ext ${BUILD_FLAGS} \
-	   install --skip-build --home="${PREFIX}" ${INSTALL_FLAGS}
+	   install --home="${PREFIX}" ${INSTALL_FLAGS}
 	[ -f ${PREFIX}/bin/python ] || ${LN} ${PYTHON} ${PREFIX}/bin/python
 	@echo
 	@echo Zope binaries installed successfully.



More information about the Zope-Checkins mailing list