Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
To: cygwin@sourceware.cygnus.com
Cc: John Cooper <john.cooper@eu.citrix.com>
Subject: `make' problem in Cygwin 1.1.0
From: John S Cooper <John.Cooper@eu.citrix.com>
Date: 26 Apr 2000 19:02:54 +0100
Message-ID: <ug0s8loz5.fsf@KONTIKI.cam.eu.citrix.com>
Lines: 21
User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

The following Makefile (note multiple colons) works fine with make version 3.75
(which shipped in Cygwin B20.1):

  c:/javabld/foo: c:/javabld/bar
          echo yo

However, with make version 3.77 (ships with Cygwin 1.1.0), I get the following
error:

  Makefile.ef:1: *** target pattern contains no `%'.  Stop.

(error occurs whether or not MAKE_MODE is set to UNIX, and also irrespective of
whether I invoke `make' with --win32 or --unix.)


How can I get this working again with the currently shipping 3.77 version of
make?

Thanks,

    --- John


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

