Changeset 37068


Ignore:
Timestamp:
May 9, 2009, 7:47:00 AM (15 years ago)
Author:
glynn
Message:

g.dirseps needs PATH and GISRC(!) to be set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/include/Make/Html.make

    r35437 r37068  
    1717        $(1) --html-description < /dev/null | grep -v '</body>\|</html>' > $(2)
    1818
    19 ifneq ($(MINGW32),)
    20 mkpath = $(shell g.dirseps -h $(1))\;$(2)
     19ifneq ($(MINGW),)
     20mkpath = $(shell PATH="$(BIN):$(ARCH_LIBDIR):$$PATH" GISRC=$(RUN_GISRC) $(BIN)/g.dirseps$(EXE) -h $(1));$(2)
    2121else
    2222mkpath = $(1):$(2)
Note: See TracChangeset for help on using the changeset viewer.