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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 07:50:03 EDT 2009


Author: martinl
Date: 2009-09-05 07:50:03 -0400 (Sat, 05 Sep 2009)
New Revision: 38985

Modified:
   grass/trunk/gui/wxpython/Makefile
Log:
export GISBASE
       (merge from trunk, r38984)


Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2009-09-05 11:41:31 UTC (rev 38984)
+++ grass/trunk/gui/wxpython/Makefile	2009-09-05 11:50:03 UTC (rev 38985)
@@ -26,7 +26,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