diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d88bbc6362..a95e19fe76 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-11 18:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/os2/global.cf + ! Fix to prev. + 2009-07-11 18:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added OS/2 cross-build examples for both Windows and Linux diff --git a/harbour/config/os2/global.cf b/harbour/config/os2/global.cf index c1bc9bfc09..06f8548842 100644 --- a/harbour/config/os2/global.cf +++ b/harbour/config/os2/global.cf @@ -41,12 +41,12 @@ ifeq ($(OS2_SHELL),) # non-OS/2 MV = move dirbase:: - -@$(COMSPEC) /c if not exist $(ARCH_DOS)\. $(MD) $(ARCH_DOS) - $(if $(LIB_DIR_DOS),-@$(COMSPEC) /c if not exist $(LIB_DIR_DOS)\. $(MD) $(LIB_DIR_DOS),) + -@$(COMSPEC) /c if not exist $(OS2_ARCH_DIR)\. $(MD) $(OS2_ARCH_DIR) + $(if $(OS2_LIB_DIR),-@$(COMSPEC) /c if not exist $(OS2_LIB_DIR)\. $(MD) $(OS2_LIB_DIR),) clean:: - -@$(COMSPEC) /c if exist $(ARCH_DOS) $(RD) $(ARCH_DOS) - $(if $(LIB_ARCH_DOS),-@$(COMSPEC) /c if exist $(LIB_ARCH_DOS) $(RM) $(LIB_ARCH_DOS),) + -@$(COMSPEC) /c if exist $(OS2_ARCH_DIR) $(RD) $(OS2_ARCH_DIR) + $(if $(OS2_LIB_ARCH),-@$(COMSPEC) /c if exist $(OS2_LIB_ARCH) $(RM) $(OS2_LIB_ARCH),) else # OS/2 RM = del /n