On 06-Dec-2000, Paul D. Smith <[EMAIL PROTECTED]> wrote:
>   SPEC_FILES    = a.spec b.spec c.spec
...
>   include $(SPEC_FILES:.spec=.out)

> One problem with this: when you first run the make you'll get lots of
> warnings about missing includes, as the .out files won't exist the first
> time :-/.

Won't using `-include' rather than `include' solve that problem?
Or does that cause some other problem?

-- 
Fergus Henderson <[EMAIL PROTECTED]>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

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

Reply via email to