[GRASS-SVN] r59485 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 12:53:27 PDT 2014


Author: martinl
Date: 2014-03-27 12:53:26 -0700 (Thu, 27 Mar 2014)
New Revision: 59485

Modified:
   grass/trunk/include/Make/Rules.make
Log:
modify Rules.make to fix build_modules_xml.py on Windows (TODO: replace this workaround)

Modified: grass/trunk/include/Make/Rules.make
===================================================================
--- grass/trunk/include/Make/Rules.make	2014-03-27 19:53:25 UTC (rev 59484)
+++ grass/trunk/include/Make/Rules.make	2014-03-27 19:53:26 UTC (rev 59485)
@@ -35,7 +35,7 @@
 	GISBASE=$(RUN_GISBASE) \
 	PATH="$(ARCH_DISTDIR)/bin:$(GISBASE)/bin:$(GISBASE)/scripts:$$PATH" \
 	PYTHONPATH="$(GRASS_PYTHONPATH)" \
-	$(LD_LIBRARY_PATH_VAR)="$(BIN):$(ARCH_LIBDIR):$(BASE_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
+	$(LD_LIBRARY_PATH_VAR)="$(BIN):$(GISBASE)/scripts:$(ARCH_LIBDIR):$(BASE_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
 	LC_ALL=C \
 	$(1)
 



More information about the grass-commit mailing list