[GRASS-SVN] r33259 - grass/trunk/raster/r.profile
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 4 13:56:11 EDT 2008
Author: glynn
Date: 2008-09-04 13:56:11 -0400 (Thu, 04 Sep 2008)
New Revision: 33259
Modified:
grass/trunk/raster/r.profile/Makefile
Log:
r.profile doesn't require raster/display libraries
Modified: grass/trunk/raster/r.profile/Makefile
===================================================================
--- grass/trunk/raster/r.profile/Makefile 2008-09-04 15:06:23 UTC (rev 33258)
+++ grass/trunk/raster/r.profile/Makefile 2008-09-04 17:56:11 UTC (rev 33259)
@@ -2,8 +2,8 @@
PGM = r.profile
-LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(DISPLAYDEP) $(RASTERDEP) $(GISDEP)
+LIBES = $(GISLIB)
+DEPENDENCIES = $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list