[Zope3-checkins] CVS: Zope3 - Makefile:1.30
Fred L. Drake, Jr.
fred@zope.com
Thu, 5 Jun 2003 21:53:08 -0400
Guido van Rossum writes:
> 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.
Adding the line:
.PHONY: build
should achieve the same thing, and (IMO) is more readable.
-Fred
--
Fred L. Drake, Jr. <fred at zope.com>
PythonLabs at Zope Corporation