diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fca4151c3d..c2e72bda49 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-01 20:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.cf + % Minor opt/cleanup. + 2009-08-01 20:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf - Cleaned 3 lines left there by mistake. diff --git a/harbour/config/global.cf b/harbour/config/global.cf index 69bca6a673..16f48bc75d 100644 --- a/harbour/config/global.cf +++ b/harbour/config/global.cf @@ -340,8 +340,8 @@ OBJ_DIR := obj/$(ARCH_COMP) EXE_DIR := $(TOP)$(ROOT)bin/$(ARCH_COMP) LIB_DIR := $(TOP)$(ROOT)lib/$(ARCH_COMP) -# Calculate number of up-dirs to source from OBJ_DIR. -GRANDP := ../$(subst $(subst x,x, ),,$(foreach item, $(subst /, ,$(ARCH_COMP)), ../)) +# Assemble relative path from OBJ_DIR to source. +GRANDP := $(subst $(subst x,x, ),,$(foreach item, $(subst /, ,$(OBJ_DIR)), ../)) # TODO: Set this in /.cf HB_CPU :=