[GRASS-SVN] r43923 - grass/branches/releasebranch_6_4/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 14 18:02:25 EDT 2010


Author: martinl
Date: 2010-10-14 15:02:25 -0700 (Thu, 14 Oct 2010)
New Revision: 43923

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
Log:
fix vdigit Makefile
(merge r43922 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile	2010-10-14 21:08:32 UTC (rev 43922)
+++ grass/branches/releasebranch_6_4/gui/wxpython/vdigit/Makefile	2010-10-14 22:02:25 UTC (rev 43923)
@@ -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