This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

`make' problem in Cygwin 1.1.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]