Re: Removing MAKE = make setting

2003-07-11 Thread Lars J. Aas
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

Removing MAKE = make setting

2003-07-10 Thread Paul D. Smith
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