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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 9 10:47:00 EDT 2009


Author: glynn
Date: 2009-05-09 10:47:00 -0400 (Sat, 09 May 2009)
New Revision: 37068

Modified:
   grass/trunk/include/Make/Html.make
Log:
g.dirseps needs PATH and GISRC(!) to be set


Modified: grass/trunk/include/Make/Html.make
===================================================================
--- grass/trunk/include/Make/Html.make	2009-05-09 14:33:30 UTC (rev 37067)
+++ grass/trunk/include/Make/Html.make	2009-05-09 14:47:00 UTC (rev 37068)
@@ -16,8 +16,8 @@
 	LC_ALL=C \
 	$(1) --html-description < /dev/null | grep -v '</body>\|</html>' > $(2)
 
-ifneq ($(MINGW32),)
-mkpath = $(shell g.dirseps -h $(1))\;$(2)
+ifneq ($(MINGW),)
+mkpath = $(shell PATH="$(BIN):$(ARCH_LIBDIR):$$PATH" GISRC=$(RUN_GISRC) $(BIN)/g.dirseps$(EXE) -h $(1));$(2)
 else
 mkpath = $(1):$(2)
 endif



More information about the grass-commit mailing list