Paul D. Smith <[EMAIL PROTECTED]> wrote:
: Hi all;
:
: The makefiles generated by automake always contain this line:
:
: MAKE = make
:
: Well, this is a bummer for my use of automake (which is to build GNU
: make itself); this line causes all sorts of problems.
:
:
: Is there any way to keep
Hi all;
The makefiles generated by automake always contain this line:
MAKE = make
Well, this is a bummer for my use of automake (which is to build GNU
make itself); this line causes all sorts of problems.
Is there any way to keep automake from generating this line, or any way
to work around