[GRASS-SVN] r47949 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 29 14:32:44 EDT 2011


Author: mmetz
Date: 2011-08-29 11:32:44 -0700 (Mon, 29 Aug 2011)
New Revision: 47949

Modified:
   grass/trunk/include/Make/Grass.make
   grass/trunk/include/Make/Platform.make.in
Log:
include/Make: fix grass_config_dir

Modified: grass/trunk/include/Make/Grass.make
===================================================================
--- grass/trunk/include/Make/Grass.make	2011-08-29 18:32:00 UTC (rev 47948)
+++ grass/trunk/include/Make/Grass.make	2011-08-29 18:32:44 UTC (rev 47949)
@@ -214,7 +214,7 @@
 RASTERDEPS       = $(GISLIB) $(XDRLIB) $(SOCKLIB) $(MATHLIB)
 RLIDEPS          = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 ROWIODEPS        = $(GISLIB)
-RTREEDEPS        = $(MATHLIB)
+RTREEDEPS        = $(GISLIB) $(MATHLIB)
 SEGMENTDEPS      = $(GISLIB)
 #SIMDEPS          = $(VECTLIB) $(BITMAPLIB) $(GMATHLIB) $(LINKMLIB) $(SITESLIB) $(DBMILIB) $(GISLIB)
 SITESDEPS        = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(DATETIMELIB)

Modified: grass/trunk/include/Make/Platform.make.in
===================================================================
--- grass/trunk/include/Make/Platform.make.in	2011-08-29 18:32:00 UTC (rev 47948)
+++ grass/trunk/include/Make/Platform.make.in	2011-08-29 18:32:44 UTC (rev 47949)
@@ -43,8 +43,6 @@
 GRASS_HOME          = @GRASS_HOME@
 RUN_GISBASE         = @GISBASE@
 
-GRASS_CONFIG_DIR    = .grass7
-
 GRASS_VERSION_MAJOR = @GRASS_VERSION_MAJOR@
 GRASS_VERSION_MINOR = @GRASS_VERSION_MINOR@
 GRASS_VERSION_RELEASE = @GRASS_VERSION_RELEASE@



More information about the grass-commit mailing list