Re: ifneq gnumake bug

2003-11-20 Thread Paul D. Smith
%% Jeremy Broughton <[EMAIL PROTECTED]> writes: jb> I have the following sample makefile, which seems to produce the jb> following erroneous output, using the cygwin version 1.3.10: The output is not erroneous. jb> target1.txt target2.txt : jb> ifneq "" "$^" jb> @echo $^ jb> el

Re: ifneq gnumake bug

2003-11-19 Thread Ted Stern
On 19 Nov 2003, Jeremy Broughton wrote: > I have the following sample makefile, which seems to produce the following > erroneous output, using the cygwin version 1.3.10: > > makefile: > > target1.txt : dependency1.exists > > target1.txt target2.txt : > ifneq "" "$^" > @echo $^ > else >