On Monday 30 July 2007 21:18, David A. Greene wrote:
> On Monday 30 July 2007 17:39, Paul Smith wrote:
> > There is no other way to do it than wildcard.  As long as you're testing
> > for the existence of a TARGET file (that is declared a target in the
> > makefile and only updated through the auspices of a make rule with that
> > file as a target) then wildcard should always be accurate.  If it's not,
> > that's a bug.
>
> Ok, thanks for the lesson.  This particular file wasn't a target, but was
> created as part of the commands for a target.

Actually, I have another situation where the $(wildcard)ed file is indeed
the target of another rule and it doesn't work.  So it definitely seems like
there's a bug.  It's a rather complicated setup so I'll see if I can reduce 
it.

                                          -Dave


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to