:-)  PLEASE ACKNOWLEDGE RECEIPT OF THIS E-MAIL :-)

To: Bug Report for GNU Make
    [EMAIL PROTECTED]
From: Dwayne Phillips
7 June 2000
Re: Problem with GNU make Version 3.77

Ladies and Gentlemen,

I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
I use the following makefile:



HELLOSRC = hello.c hello2.c hello3.c
HELLOO   = $(HELLOSRC:.c=.o)

hello : $(HELLOO) 
    $(LINK) hello.exe  $(HELLOO)



I get the following error message:

', needed by `hello'. Stop.e target `hello3.c

If I use an older GNU make version 3.75 the makefile works fine.

What does the error message mean?  Any hints are appreciated.  Thank
you.

Dwayne Phillips

   *****************************************
   *                                       *
   *        Dwayne Phillips                *
   *        2315 Ballycairne Court         *
   *        Reston, VA 20191-1633          *
   *                                       *
   *        (703) 476-1951                 *
   *        [EMAIL PROTECTED]        *
   *        [EMAIL PROTECTED]             *
   *                                       *
   *****************************************

Reply via email to