From: ebachalo AT cygnus DOT com (Eric Bachalo) Subject: Re: Bug in make in 980213 snapshot? 17 Feb 1998 17:58:40 -0800 Message-ID: <3.0.5.32.19980217172341.00920a10.cygnus.cygwin32.developers@pop.cygnus.com> References: Reply-To: cygwin32-developers AT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: cgf AT bbc DOT com (Christopher Faylor) Cc: cygwin32-developers AT cygnus DOT com At 06:05 PM 2/17/98 GMT, you wrote: >I have a line like this in one of your in-house makefiles: > >$(prodfiles): %: %.prod > @echo "Making $@";$(mklock) $@ '$(product) $? > $@.tmp; mv $@.tmp $@' > >This version of make complains about this line. I do have MAKE_MODE >set to unix. Is there something else I need to do? Details? Which makefile? How is it complaining? I need to be able to reproduce the problem. When you said "your in-house makefiles" did you mistakenly mean your own in-house makefile. If so could you e-mail me the makefile or enough of it and other sources to reproduce the bug. Best Regards, Eric