[GRASS-SVN] r66847 - grass-addons/grass7/imagery/i.spec.sam

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 16 01:28:06 PST 2015


Author: neteler
Date: 2015-11-16 01:28:05 -0800 (Mon, 16 Nov 2015)
New Revision: 66847

Modified:
   grass-addons/grass7/imagery/i.spec.sam/Makefile
Log:
i.spec.sam: sync libs order to i.spec.unmix

Modified: grass-addons/grass7/imagery/i.spec.sam/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/Makefile	2015-11-16 08:14:58 UTC (rev 66846)
+++ grass-addons/grass7/imagery/i.spec.sam/Makefile	2015-11-16 09:28:05 UTC (rev 66847)
@@ -2,8 +2,8 @@
 
 PGM = i.spec.sam
 
-LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(RASTERLIB) $(GISLIB)
-DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(RASTERDEP) $(GISDEP)
+LIBES        = $(GISLIB) $(GMATHLIB) $(IMAGERYLIB) $(RASTERLIB) 
+DEPENDENCIES = $(GISDEP) $(GMATHDEP) $(IMAGERYDEP) $(RASTERDEP) 
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list