X-Spam-Check-By: sourceware.org
Date: Wed, 20 Sep 2006 22:35:05 -0600 (MDT)
From: David Mastronarde <mast@colorado.edu>
To: cygwin@cygwin.com
Subject: Re: downgrading make version
Message-ID: <Pine.LNX.4.64.0609202228060.32014@monalisa.hvem.colorado.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

I tried this version and it solved two problems that I had with
dependencies being incorrectly interpreted as target patterns.  But then I 
got another problem. In my Makefile I have:

(CP) = \cp

install: $(PROGS)
 	$(CP) $(PROGS) $(INSTBINDIR)

And I get from make install:

\cp nda.exe mtk.exe sda.exe /home/mast/CYGMOD/bin
make: \cp: Command not found

David

Quoting William Hoffman:

"If you are interested in downgrading to get dos driver letter 
specification
to work.  (i.e. c:/foo/bar.)  Please try the patched version of make 3.81.

http://www.cmake.org/files/cygwin/make.exe

Please report back to this list if you have any issues with this version
of make.

-Bill"


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

