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.
This commit is contained in:
Viktor Szakats
2010-02-22 17:27:15 +00:00
parent 6f18c82253
commit aedfeefc5d
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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