[GRASS-SVN] r61799 - in grass-addons/grass7/raster: r.mess r.vif
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 5 00:18:14 PDT 2014
Author: hcho
Date: 2014-09-05 00:18:14 -0700 (Fri, 05 Sep 2014)
New Revision: 61799
Modified:
grass-addons/grass7/raster/r.mess/Makefile
grass-addons/grass7/raster/r.vif/Makefile
Log:
r.mess, r.vif: Fix mixed implicit and normal rules error
Modified: grass-addons/grass7/raster/r.mess/Makefile
===================================================================
--- grass-addons/grass7/raster/r.mess/Makefile 2014-09-05 04:37:31 UTC (rev 61798)
+++ grass-addons/grass7/raster/r.mess/Makefile 2014-09-05 07:18:14 UTC (rev 61799)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = r.mess
+PGM = r.mess
include $(MODULE_TOPDIR)/include/Make/Script.make
Modified: grass-addons/grass7/raster/r.vif/Makefile
===================================================================
--- grass-addons/grass7/raster/r.vif/Makefile 2014-09-05 04:37:31 UTC (rev 61798)
+++ grass-addons/grass7/raster/r.vif/Makefile 2014-09-05 07:18:14 UTC (rev 61799)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = r.vif
+PGM = r.vif
include $(MODULE_TOPDIR)/include/Make/Script.make
More information about the grass-commit
mailing list