gEDA-user: Problem with PCB makefile

Peter TB Brett peter at peter-b.co.uk
Wed Jul 12 10:23:49 EDT 2006


Dan McMahill wrote:
>
> If you set MAKE in your configuration environment, then configure will 
> use the specified make program.  In other words
>
> env MAKE=gmake ./configure
>
> will check to see if gmake sets MAKE. 
According to the autotools docs, it's recommended to do that in the form:

 ./configure MAKE=gmake


Peter


More information about the geda-user mailing list