[GRASS-SVN] r37719 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 3 12:26:37 EDT 2009
Author: glynn
Date: 2009-06-03 12:26:37 -0400 (Wed, 03 Jun 2009)
New Revision: 37719
Modified:
grass/trunk/include/Make/Grass.make
grass/trunk/include/Make/Platform.make.in
Log:
RUN_GISBASE must be set by configure; it isn't necessarily equal to
$GISBASE (in particular, on Windows RUN_GISBASE needs to use Windows
syntax, while GISBASE will use MSys syntax).
Modified: grass/trunk/include/Make/Grass.make
===================================================================
--- grass/trunk/include/Make/Grass.make 2009-06-03 14:33:38 UTC (rev 37718)
+++ grass/trunk/include/Make/Grass.make 2009-06-03 16:26:37 UTC (rev 37719)
@@ -48,7 +48,6 @@
LIB_RUNTIME_DIR = $(GISBASE)/lib
RUN_GISRC = $(GISBASE)/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
-RUN_GISBASE = $(GISBASE)
#########################################################################
# these define the various directories which contain GRASS programs
Modified: grass/trunk/include/Make/Platform.make.in
===================================================================
--- grass/trunk/include/Make/Platform.make.in 2009-06-03 14:33:38 UTC (rev 37718)
+++ grass/trunk/include/Make/Platform.make.in 2009-06-03 16:26:37 UTC (rev 37719)
@@ -41,6 +41,7 @@
INST_DIR = @INSTDIR@
GRASS_HOME = @GRASS_HOME@
+RUN_GISBASE = @GISBASE@
GRASS_VERSION_MAJOR = @GRASS_VERSION_MAJOR@
GRASS_VERSION_MINOR = @GRASS_VERSION_MINOR@
More information about the grass-commit
mailing list