[GRASS-SVN] r51341 - grass-addons/grass7/raster/r.stream.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 9 16:14:43 EDT 2012


Author: mmetz
Date: 2012-04-09 13:14:42 -0700 (Mon, 09 Apr 2012)
New Revision: 51341

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

Modified: grass-addons/grass7/raster/r.stream.distance/Makefile
===================================================================
--- grass-addons/grass7/raster/r.stream.distance/Makefile	2012-04-09 20:13:40 UTC (rev 51340)
+++ grass-addons/grass7/raster/r.stream.distance/Makefile	2012-04-09 20:14:42 UTC (rev 51341)
@@ -1,9 +1,9 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
 
 PGM = r.stream.distance
 
 LIBES = $(GISLIB) $(RASTERLIB) $(SEGMENTLIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP) $(VECTDEP)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(SEGMENTDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list