diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0f68b3a079..015228f949 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-31 16:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rtl/Makefile + ! updated to work with new component detection syntax + 2009-08-31 15:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/detect.mk * harbour/source/rtl/Makefile diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index 10ec277bee..f6d5471bad 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -280,11 +280,8 @@ DIRS := \ gtwvt \ gtxwc \ -ifeq ($(HB_HAS_TCP),yes) - HB_CFLAGS += -DHB_HAS_TCP - ifneq ($(HB_INC_TCP),) - HB_CFLAGS += -I$(HB_INC_TCP) - endif +ifneq ($(HB_HAS_TCP),) + HB_CFLAGS += -DHB_HAS_TCP $(foreach d,$(HB_HAS_TCP),-I$(d)) endif include $(TOP)$(ROOT)config/lib.mk