diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 20219723c6..0a26cb954f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-01 21:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/globsh.cf + ! Minor fix to OS/2 shells. Bug introed today. + 2009-08-01 21:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf % Some more opt. Rules are very clean and simple now without diff --git a/harbour/config/globsh.cf b/harbour/config/globsh.cf index b608923608..0b8e632b36 100644 --- a/harbour/config/globsh.cf +++ b/harbour/config/globsh.cf @@ -10,6 +10,8 @@ ifneq ($(HB_SHELL),sh) +TOOL_DIR := $(subst /,\,$(TOP)$(ROOT)config/) + OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR)) LIB_DIR_OS = $(subst /,\,$(LIB_DIR)) LIB_FILE_OS = $(subst /,\,$(LIB_FILE)) @@ -93,8 +95,6 @@ endif ifeq ($(HB_SHELL),dos) -TOOL_DIR := $(subst /,\,$(TOP)$(ROOT)config/) - MK = $(subst \,/,$(subst \~,~,$(MAKE))) RM = del RDP = $(TOOL_DIR)dj-rm -f -r