Commit f321bd4a authored by Tim Peters's avatar Tim Peters

Stop hiding the line that builds version.txt.

Don't know why it was hidden before, but can't think of a
reason, and the lack of makefile output showing its creation
just confused the heck out of me for 10 minutes ;-).
parent babb307f
......@@ -65,7 +65,7 @@ $(BUILD_DIR)/lib/python/Zope2/version.txt: $(BUILD_DIR)/bin/python.exe
cd "$(SRC_DIR)/$(ZOPEDIRNAME)" && \
"$<" install.py install --no-compile --home=../../build \
--install-headers=../../build/bin/Include/nonsense
@echo Zope $(ZOPEVERSION) > $@
echo Zope $(ZOPEVERSION) > $@
$(TOUCH) $@
# This merely unpacks the Zope tarball.
......
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