On Mon, 8 Jun 2009, jvp wrote:
make[1]: Entering directory `C:/Curl/lib'make[1]: *** No rule to make target `../include/curl/curlbuild.h.dist', needed
Aha. That's an artifact from the makefile having been written to work directly off the CVS tree and not the release archive. The .dist file is copied to the plain .h version in the dist archive so the makefile shouldn't do that then. You can safely remove that dependency line and re-invoke make.
-- / daniel.haxx.se
