[GRASS-SVN] r46684 - grass-addons/grass7/raster/r.threshold

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 13 12:43:00 EDT 2011


Author: martinl
Date: 2011-06-13 09:43:00 -0700 (Mon, 13 Jun 2011)
New Revision: 46684

Modified:
   grass-addons/grass7/raster/r.threshold/Makefile
Log:
r.threshold: fix Makefile


Modified: grass-addons/grass7/raster/r.threshold/Makefile
===================================================================
--- grass-addons/grass7/raster/r.threshold/Makefile	2011-06-13 16:18:06 UTC (rev 46683)
+++ grass-addons/grass7/raster/r.threshold/Makefile	2011-06-13 16:43:00 UTC (rev 46684)
@@ -2,10 +2,6 @@
 
 PGM = r.threshold
 
-LIBES = $(RASTERLIB) $(GISLIB)
-DEPENDENCIES = $(RASTERDEP) $(GISDEP)
+include $(MODULE_TOPDIR)/include/Make/Script.make
 
-include $(MODULE_TOPDIR)/include/Make/Module.make
-
-default: cmd
-
+default: script



More information about the grass-commit mailing list