[Zope3-checkins] CVS: Zope3 - Makefile:1.30
Guido van Rossum
guido@python.org
Thu, 5 Jun 2003 17:11:29 -0400
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv1006
Modified Files:
Makefile
Log Message:
The code associated with the 'build' target should be run regardless
of whether the build directory already exists. It seems that a double
colon does the trick. If there's a Make guru around I'd appreciate a
second opinion.
=== Zope3/Makefile 1.29 => 1.30 ===
--- Zope3/Makefile:1.29 Tue May 13 15:26:31 2003
+++ Zope3/Makefile Thu Jun 5 17:11:28 2003
@@ -10,7 +10,7 @@
inplace:
$(PYTHON) setup.py $(SETUPFLAGS) build_ext -i
-build:
+build::
$(PYTHON) setup.py $(SETUPFLAGS) build
test_build: build