[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/appsupport -
Makefile.in.in:1.2
Fred L. Drake, Jr.
fred at zope.com
Tue May 4 18:52:45 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/appsupport
In directory cvs.zope.org:/tmp/cvs-serv6836
Modified Files:
Makefile.in.in
Log Message:
mark the build target as "phony" since distutils will create a
directory by the same name by default, and that will confuse make
=== Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in 1.1 => 1.2 ===
--- Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in:1.1 Thu Apr 15 15:13:23 2004
+++ Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in Tue May 4 18:52:45 2004
@@ -11,6 +11,7 @@
prefix=@prefix@
+.PHONY: build
build:
$(PYTHON) install.py build
More information about the Zope-CVS
mailing list