What is the reason gem/Makefile has GRASS_VERSION_MAJOR and GRASS_VERSION_MINOR hardcoded, rather than set to the make var, as in include/Make/Grass.make.in?:

configure:GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MAJOR   = @GRASS_VERSION_MAJOR@
gem/Makefile:GRASS_VERSION_MAJOR=6

configure:GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"`
include/Make/Grass.make.in:GRASS_VERSION_MINOR   = @GRASS_VERSION_MINOR@
gem/Makefile:GRASS_VERSION_MINOR=4

Maciek

--
Maciej Sieczka
http://www.sieczka.org
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to