Explorar el Código

Use correct GISBASE setting when running build_*.py scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42260 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements hace 15 años
padre
commit
8e73d0eaeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      man/Makefile

+ 1 - 1
man/Makefile

@@ -43,7 +43,7 @@ manpages:
 .PHONY: manpages
 
 define build
-GISBASE="$(GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
+GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
 	$(PYTHON) ./build_$(1).py $(2)
 endef