[GRASS-SVN] r47325 - grass-addons/grass7/gui/wxpython/wx.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 31 04:47:47 EDT 2011
Author: martinl
Date: 2011-07-31 01:47:47 -0700 (Sun, 31 Jul 2011)
New Revision: 47325
Modified:
grass-addons/grass7/gui/wxpython/wx.wms/Makefile
Log:
wx.wms: fix Makefile
Modified: grass-addons/grass7/gui/wxpython/wx.wms/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.wms/Makefile 2011-07-31 08:35:58 UTC (rev 47324)
+++ grass-addons/grass7/gui/wxpython/wx.wms/Makefile 2011-07-31 08:47:47 UTC (rev 47325)
@@ -1,5 +1,6 @@
MODULE_TOPDIR = ../..
+include $(MODULE_TOPDIR)/include/Make/Other.make
include $(MODULE_TOPDIR)/include/Make/Python.make
ETCDIR = $(ETC)/gui/wxpython/gui_modules/wms
@@ -9,5 +10,8 @@
default: $(DSTFILES)
+$(ETCDIR)/%: % | $(ETCDIR)
+ $(INSTALL_DATA) $< $@
+
$(ETCDIR):
$(MKDIR) $@
More information about the grass-commit
mailing list