[GRASS-SVN] r44138 - grass/branches/develbranch_6/raster/r.colors.out

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 1 03:54:35 EDT 2010


Author: martinl
Date: 2010-11-01 00:54:35 -0700 (Mon, 01 Nov 2010)
New Revision: 44138

Modified:
   grass/branches/develbranch_6/raster/r.colors.out/Makefile
Log:
no raster lib in GRASS 6


Modified: grass/branches/develbranch_6/raster/r.colors.out/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.colors.out/Makefile	2010-11-01 07:52:05 UTC (rev 44137)
+++ grass/branches/develbranch_6/raster/r.colors.out/Makefile	2010-11-01 07:54:35 UTC (rev 44138)
@@ -2,8 +2,8 @@
 
 PGM = r.colors.out
 
-LIBES = $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list