downgrading make version

Christopher Faylor cgf-no-personal-reply-please@cygwin.com
Thu Sep 21 04:58:00 GMT 2006


On Wed, Sep 20, 2006 at 10:35:05PM -0600, David Mastronarde wrote:
>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

The above is not valid makefile syntax but if I make obvious
corrections, I get the same thing on Linux.  I don't know what you were
expecting \cp to be translated to, but it shouldn't, IMO, be interpreted
as a MS-DOS path.

cgf

--
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/



More information about the Cygwin mailing list