Hi *,

the following Makefile enters an endless loop on our Cygwin installation (Win2k, SP3) with GNU Make 3.80.

### begin
dep : env
        @echo Target: dep
        touch dep

env:
        @echo Target: environment

include dep
### end

I call it with the 'make' command only, without any parameters. On our Linux box (SuSE 8.1, 'uname -r: 2.4.21-168-default') with GNU Make Version 3.79.1, both targets are built only twice each. This is the behaviour I would expect, since the included Makefile has changed after the first run.

Any ideas? Do you need further information?

--
Mit freundlichen Grüßen,
Best Regards,

Peter Keitler
BALTECH AG
Lilienthalstrasse 27
85399 Hallbergmoos
Germany
phone: +49 (0)811 99881-0
fax:   +49 (0)811 99881-11
mailto:[EMAIL PROTECTED]



_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to