On Mon, 26 Feb 2001, Michael D. Pritchett wrote:

> Might I suggest a shell test command such as we use when checking the need
> to run ./configure?
> 
> @if [ -r /path/to/predefines.mk]; then
>     include /path/to/predefines.mk
> fi;

   I gave this a shot, but no dice.  I think the underlying problem here
is that we're not inside a target at this point; as far as I know you
can't execute commands outside a target.

   -Tom



Reply via email to