[GRASS-SVN] r72904 - grass-addons/grass7/raster/r.accumulate
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 25 06:29:37 PDT 2018
Author: hcho
Date: 2018-06-25 06:29:37 -0700 (Mon, 25 Jun 2018)
New Revision: 72904
Modified:
grass-addons/grass7/raster/r.accumulate/Makefile
Log:
r.accumulate: Move $(GISLIB) & $(GISDEP) back
Modified: grass-addons/grass7/raster/r.accumulate/Makefile
===================================================================
--- grass-addons/grass7/raster/r.accumulate/Makefile 2018-06-25 13:20:34 UTC (rev 72903)
+++ grass-addons/grass7/raster/r.accumulate/Makefile 2018-06-25 13:29:37 UTC (rev 72904)
@@ -2,8 +2,8 @@
PGM = r.accumulate
-LIBES = $(GISLIB) $(RASTERLIB) $(VECTORLIB)
-DEPENDENCIES = $(GISDEP) $(RASTERDEP) $(VECTORDEP)
+LIBES = $(RASTERLIB) $(VECTORLIB) $(GISLIB)
+DEPENDENCIES = $(RASTERDEP) $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list