cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Djgpp make

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 8 Jun 2009 15:41:50 +0200 (CEST)

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
Received on 2009-06-08