Re: gnu make under cygwin

2003-01-23 Thread John McLean
t; *`" That should get rid of the second error. Igor [*] Provided you don't set SHELL in your Makefile -- you haven't provided enough of a snippet to ascertain that. If you set your SHELL to, for example, ksh, you may need a different way of turning on nullglob expansion -- see th

gnu make under cygwin

2003-01-23 Thread John McLean
Hi, I'm having some problems with GNU make under cygwin. Everything works fine under linux, but it breaks under cygwin. Below is the relevant snippit from my Makefile. # # # gcc1: uncompress and patch # ##