Re: Endless loop in Make 3.80 (Cygwin)

2004-04-20 Thread Paul D. Smith
%% Peter Keitler <[EMAIL PROTECTED]> writes: pk> the following Makefile enters an endless loop on our Cygwin installation pk> (Win2k, SP3) with GNU Make 3.80. pk> ### begin pk> dep : env pk> @echo Target: dep pk> touch dep pk> env: pk> @echo Target: environment pk> incl

Endless loop in Make 3.80 (Cygwin)

2004-04-20 Thread Peter Keitler
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 parameter