[GRASS-SVN] r43922 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 14 17:08:32 EDT 2010


Author: martinl
Date: 2010-10-14 14:08:32 -0700 (Thu, 14 Oct 2010)
New Revision: 43922

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
Log:
fix vdigit Makefile


Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2010-10-14 18:25:24 UTC (rev 43921)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2010-10-14 21:08:32 UTC (rev 43922)
@@ -39,8 +39,11 @@
 
 .NOTPARALLEL: $(LIB_NAME).py $(LIB_NAME)_wrap.cpp
 
-install_vdigit: $(ETCDIR)/vdigit/_$(LIB_NAME).so $(ETCDIR)/vdigit/$(LIB_NAME).py
+install_vdigit: $(ETCDIR)/vdigit $(ETCDIR)/vdigit/_$(LIB_NAME).so $(ETCDIR)/vdigit/$(LIB_NAME).py
 
+$(ETCDIR)/vdigit:
+	$(MKDIR) $@
+
 $(ETCDIR)/vdigit/_$(LIB_NAME).so: $(SHLIB)
 	$(INSTALL) $< $@
 



More information about the grass-commit mailing list