[GRASS-SVN] r30666 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 21 02:26:44 EDT 2008


Author: glynn
Date: 2008-03-21 02:26:43 -0400 (Fri, 21 Mar 2008)
New Revision: 30666

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
Build install_scripts before parsubdirs; vdigit expects this



Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2008-03-21 05:57:47 UTC (rev 30665)
+++ grass/trunk/gui/wxpython/Makefile	2008-03-21 06:26:43 UTC (rev 30666)
@@ -12,7 +12,8 @@
 
 ETCDIR = $(ETC)/wxpython
 
-default: install_scripts parsubdirs
+default: install_scripts
+	$(MAKE) parsubdirs
 
 install_scripts:
 	$(MKDIR) $(ETCDIR) $(ETCDIR)/compat $(ETCDIR)/gui_modules $(ETCDIR)/icons $(ETCDIR)/icons/silk $(ETCDIR)/images $(ETCDIR)/scripts $(ETCDIR)/vdigit 



More information about the grass-commit mailing list