From aedfeefc5ddf7cfbf656b55306fbdc09105b29da Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 22 Feb 2010 17:27:15 +0000 Subject: [PATCH] 2010-02-22 18:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk % Deleted recently added logic for os2/gcc* targets. Not needed anymore. --- harbour/ChangeLog | 5 +++++ harbour/config/global.mk | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 00772582ae..559dcc492a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-22 18:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * config/global.mk + % Deleted recently added logic for os2/gcc* targets. Not needed + anymore. + 2010-02-22 17:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_hbdbfmodel.cpp * contrib/hbqt/hbqt_hbqsyntaxhighlighter.cpp diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 5ba8a3f475..74dbb1fd7a 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -935,11 +935,6 @@ ifeq ($(HB_COMP_PATH_PUB),) ifneq ($(HB_COMP_PATH),) export HB_COMP_PATH_PUB := $(subst $(substpat), ,$(dir $(firstword $(subst $(subst x, ,x),$(substpat),$(HB_COMP_PATH))))) endif - else ifneq ($(filter $(HB_PLATFORM)-$(HB_COMPILER),os2-gcc os2-gccomf),) - HB_COMP_PATH := $(call find_in_path,gcc) - ifneq ($(HB_COMP_PATH),) - export HB_COMP_PATH_PUB := $(subst $(substpat), ,$(dir $(firstword $(subst $(subst x, ,x),$(substpat),$(HB_COMP_PATH))))) - endif endif endif