[GRASS-SVN] r38984 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 07:41:33 EDT 2009


Author: martinl
Date: 2009-09-05 07:41:31 -0400 (Sat, 05 Sep 2009)
New Revision: 38984

Modified:
   grass/branches/develbranch_6/gui/wxpython/Makefile
Log:
export GISBASE


Modified: grass/branches/develbranch_6/gui/wxpython/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/Makefile	2009-09-05 10:35:20 UTC (rev 38983)
+++ grass/branches/develbranch_6/gui/wxpython/Makefile	2009-09-05 11:41:31 UTC (rev 38984)
@@ -32,7 +32,8 @@
 	$(INSTALL_DATA) $< $@
 
 menustrings.py: gui_modules/menudata.py xml/menudata.xml
-	python $< $(GISBASE) > $@
+	GISBASE="$(GISBASE)" \
+	python $< > $@
 
 #doxygen:
 DOXNAME=wxpython



More information about the grass-commit mailing list