diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7854efcfc0..380fb01be1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-15 12:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/lib.cf + * config/bin.cf + * Minor cleanup. + 2009-07-15 12:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/darwin/install.cf * config/hpux/install.cf diff --git a/harbour/config/bin.cf b/harbour/config/bin.cf index 1a72681c35..2f9829719f 100644 --- a/harbour/config/bin.cf +++ b/harbour/config/bin.cf @@ -8,7 +8,7 @@ ifneq ($(HB_COMPILER),) #no slash at the end EXE_ARCH_DIR := $(TOP)$(ROOT)bin/$(HB_ARCHITECTURE) #no slash at the end -EXE_DIR := $(EXE_ARCH_DIR)/$(HB_COMPILER) +EXE_DIR := $(TOP)$(ROOT)bin/$(ARCH_COMP) include $(TOP)$(ROOT)config/global.cf include $(TOP)$(ROOT)config/c.cf diff --git a/harbour/config/lib.cf b/harbour/config/lib.cf index 1f5069fede..13e0d8cf29 100644 --- a/harbour/config/lib.cf +++ b/harbour/config/lib.cf @@ -8,7 +8,7 @@ ifneq ($(HB_COMPILER),) #no slash at the end LIB_ARCH_DIR := $(TOP)$(ROOT)lib/$(HB_ARCHITECTURE) #no slash at the end -LIB_DIR := $(LIB_ARCH_DIR)/$(HB_COMPILER) +LIB_DIR := $(TOP)$(ROOT)lib/$(ARCH_COMP) include $(TOP)$(ROOT)config/global.cf include $(TOP)$(ROOT)config/c.cf