Subject: Re: problem with recent make
To: None <current-users@sun-lamp.cs.berkeley.edu, mouse@Collatz.McRCIM.McGill.EDU>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 07/14/1994 16:39:44
   foo.c: foo
           fsm < foo > foo.c

Your problem here is that in addition to your explicit rule, there is
also an implicit suffix rule for `foo: foo.c', thus causing a loop.  You
need to disable the suffix rule.


------------------------------------------------------------------------------