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