[GRASS-SVN] r67623 - grass-addons/grass7/imagery/i.segment.hierarchical
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 22 01:47:01 PST 2016
Author: martinl
Date: 2016-01-22 01:47:01 -0800 (Fri, 22 Jan 2016)
New Revision: 67623
Modified:
grass-addons/grass7/imagery/i.segment.hierarchical/Makefile
Log:
fix i.segment.hierarchical compilation issue (no path found) - another attempt
Modified: grass-addons/grass7/imagery/i.segment.hierarchical/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.segment.hierarchical/Makefile 2016-01-22 09:42:22 UTC (rev 67622)
+++ grass-addons/grass7/imagery/i.segment.hierarchical/Makefile 2016-01-22 09:47:01 UTC (rev 67623)
@@ -7,11 +7,11 @@
MODULES = isegpatch
-ETCDIR = $(ETC)/i.segment.hierarchical
+ETCDIR = $(ETC)/$(PGM)
-PYFILES := $(patsubst %,$(ETCDIR)/%.py,$(MODULES))
+ETCFILES := $(patsubst %,$(ETCDIR)/%.py,$(MODULES))
-default: script $(PYFILES)
+default: $(ETCFILES) script
$(ETCDIR):
$(MKDIR) $@
More information about the grass-commit
mailing list