[GRASS-SVN] r38252 - grass-addons/vector/v.krige
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 5 09:22:09 EDT 2009
Author: martinl
Date: 2009-07-05 09:22:09 -0400 (Sun, 05 Jul 2009)
New Revision: 38252
Modified:
grass-addons/vector/v.krige/Makefile
Log:
Makefile should not contain python extension
Modified: grass-addons/vector/v.krige/Makefile
===================================================================
--- grass-addons/vector/v.krige/Makefile 2009-07-05 13:13:50 UTC (rev 38251)
+++ grass-addons/vector/v.krige/Makefile 2009-07-05 13:22:09 UTC (rev 38252)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = v.krige.py
+PGM = v.krige
include $(MODULE_TOPDIR)/include/Make/Script.make
More information about the grass-commit
mailing list