[GRASS-SVN] r69190 - grass-addons/grass7/raster/r.agent

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 21 12:02:16 PDT 2016


Author: martinl
Date: 2016-08-21 12:02:16 -0700 (Sun, 21 Aug 2016)
New Revision: 69190

Modified:
   grass-addons/grass7/raster/r.agent/Makefile
Log:
r.agent: compile lib first (see #2480)

Modified: grass-addons/grass7/raster/r.agent/Makefile
===================================================================
--- grass-addons/grass7/raster/r.agent/Makefile	2016-08-21 17:51:39 UTC (rev 69189)
+++ grass-addons/grass7/raster/r.agent/Makefile	2016-08-21 19:02:16 UTC (rev 69190)
@@ -2,9 +2,9 @@
 
 PGM = r.agent
 
-SUBDIRS = r.agent.aco \
-            r.agent.rand \
-            libagent
+SUBDIRS = libagent \
+	r.agent.aco \
+	r.agent.rand
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 



More information about the grass-commit mailing list