Explorar o código

export GISBASE
(merge from trunk, https://trac.osgeo.org/grass/changeset/38984)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38985 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
08948a2d5c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      gui/wxpython/Makefile

+ 2 - 1
gui/wxpython/Makefile

@@ -26,7 +26,8 @@ $(ETCDIR)/%: %
 	$(INSTALL_DATA) $< $@
 
 menustrings.py: gui_modules/menudata.py xml/menudata.xml
-	python $< $(GISBASE) > $@
+	GISBASE="$(GISBASE)" \
+	python $< > $@
 
 #doxygen:
 DOXNAME=wxpython