Re: Circular dependency dropping error

2000-07-12 Thread Charles Howes
uot;. What I would assume > is that make would pick the last dependency that caused the loop, and > throw it out. Yes, that's exactly it. If adding a dependency to the graph would form a loop, don't add the dependency. The result will be a tree. It's like flood-filling a

Re: Circular dependency dropping error

2000-07-12 Thread Charles Howes
On Wed, 12 Jul 2000, Paul D. Smith wrote: > Date: Wed, 12 Jul 2000 17:50:57 -0400 (EDT) > From: Paul D. Smith <[EMAIL PROTECTED]> > To: Charles Howes <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: Circular dependency dropping error > > %% Charles

Circular dependency dropping error

2000-07-12 Thread Charles Howes
t picttoppm < $< > $@ %.ppm : %.pj pjtoppm < $< > $@ %.ppm : %.qrt qrttoppm < $< > $@ %.ppm : %.raw rawtoppm < $< > $@ %.ppm : %.rgb3 rgb3toppm < $< > $@ %.ppm : %.sld sldtoppm < $< > $@ %.ppm : %.spc