[GRASS-SVN] r69222 - grass-addons/grass7/raster/r.modis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 23 00:38:08 PDT 2016
Author: martinl
Date: 2016-08-23 00:38:07 -0700 (Tue, 23 Aug 2016)
New Revision: 69222
Modified:
grass-addons/grass7/raster/r.modis/Makefile
Log:
r.modis: another attempt to fix compilation (order), see #2865
Modified: grass-addons/grass7/raster/r.modis/Makefile
===================================================================
--- grass-addons/grass7/raster/r.modis/Makefile 2016-08-23 07:35:36 UTC (rev 69221)
+++ grass-addons/grass7/raster/r.modis/Makefile 2016-08-23 07:38:07 UTC (rev 69222)
@@ -2,10 +2,9 @@
PGM = r.modis
-SUBDIRS = \
+SUBDIRS = libmodis \
r.modis.download \
r.modis.import \
- libmodis
include $(MODULE_TOPDIR)/include/Make/Dir.make
More information about the grass-commit
mailing list