[Tfug] Re: changing GNU make

Andre Lehovich tfug@tfug.org
Fri Jul 12 15:25:02 2002


On Fri, 12 Jul 2002, Chris Hilton wrote:
> 'Hardwired' and 'open source' don't really go together.

They do in this case.  You have to edit the source and
recompile GNU make to change the default behavior; there is
no system wide configuration file that's read at runtime.
This isn't a bug because you can override with your own
makefile.

--A.