Commit d10eb307 authored by Tim Peters's avatar Tim Peters

install_zope: List one dependence per line.

parent 8f6931a8
...@@ -17,7 +17,8 @@ clean_zope: ...@@ -17,7 +17,8 @@ clean_zope:
$(RMRF) src/$(ZOPEDIRNAME) $(RMRF) src/$(ZOPEDIRNAME)
install_zope: src/$(ZOPEDIRNAME)/inst/configure.py \ install_zope: src/$(ZOPEDIRNAME)/inst/configure.py \
$(BUILD_DIR)/lib/python/version.txt install_python \ $(BUILD_DIR)/lib/python/version.txt \
install_python \
$(BUILD_DIR)/Zope-$(ZOPEVERSION)-win32.exe $(BUILD_DIR)/Zope-$(ZOPEVERSION)-win32.exe
ESCAPED=$(shell sh $(MAKEFILEDIR)/bin/escape.sh '$(WIN_MAKEFILEDIR)') ESCAPED=$(shell sh $(MAKEFILEDIR)/bin/escape.sh '$(WIN_MAKEFILEDIR)')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment