this bug's URL: http://intevation.de/rt/webrt?serial_num=3920
-------------------------------------------------------------------------
Subject: hard-coded make in locale/Makefile
Platform: FreeBSD
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.0.2RC1
Hi,
Under FreeBSD GRASS need gmake to build. The whole building process work
fine, but in locale/Makefile 'make' is hard-coded, so the build fail at this
stage.
It's easy to pass the file through sed before build but maybe it's possible
for Makefile to not invoke make ?
Laurent
-------------------------------------------- Managed by Request Tracker
On Fri, Dec 30, 2005 at 04:15:42PM +0100, Request Tracker wrote:
this bug's URL: http://intevation.de/rt/webrt?serial_num=3920
-------------------------------------------------------------------------
Subject: hard-coded make in locale/Makefile
Platform: FreeBSD
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 6.0.2RC1
Hi,
Under FreeBSD GRASS need gmake to build. The whole building process work
fine, but in locale/Makefile 'make' is hard-coded, so the build fail at this
stage.
It's easy to pass the file through sed before build but maybe it's possible
for Makefile to not invoke make ?
Please change in line 7 of locale/Makefile
make -> $(MAKE)
Fixed in CVS for the ufficial 6.0.2.
Thanks for the notification.
Markus