From 34190a645f9fb441e01a435eecb6cff6daa990b0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 20 Aug 2009 20:23:16 +0000 Subject: [PATCH] 2009-08-20 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/watcom.mk * config/win/watcom.mk * config/linux/watcom.mk * config/os2/watcom.mk ! Fixed to not include rules.cf twice. --- harbour/ChangeLog | 7 +++++++ harbour/config/dos/watcom.mk | 2 -- harbour/config/linux/watcom.mk | 2 -- harbour/config/os2/watcom.mk | 2 -- harbour/config/win/watcom.mk | 2 -- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32a6bde228..ad11e0f93a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-20 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/dos/watcom.mk + * config/win/watcom.mk + * config/linux/watcom.mk + * config/os2/watcom.mk + ! Fixed to not include rules.cf twice. + 2009-08-20 22:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/xhb/hbcommon.ch + Added this file for compatibility with xhb. I don't think diff --git a/harbour/config/dos/watcom.mk b/harbour/config/dos/watcom.mk index 7785a2365a..2965f5cdf2 100644 --- a/harbour/config/dos/watcom.mk +++ b/harbour/config/dos/watcom.mk @@ -66,5 +66,3 @@ endif LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib)) include $(TOP)$(ROOT)config/common/watcom.mk - -include $(TOP)$(ROOT)config/rules.mk diff --git a/harbour/config/linux/watcom.mk b/harbour/config/linux/watcom.mk index 107f2c2d25..0d153968c9 100644 --- a/harbour/config/linux/watcom.mk +++ b/harbour/config/linux/watcom.mk @@ -62,5 +62,3 @@ LDFLAGS += SYS linux LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib)) include $(TOP)$(ROOT)config/common/watcom.mk - -include $(TOP)$(ROOT)config/rules.mk diff --git a/harbour/config/os2/watcom.mk b/harbour/config/os2/watcom.mk index 561568dea5..b2c2bd2f75 100644 --- a/harbour/config/os2/watcom.mk +++ b/harbour/config/os2/watcom.mk @@ -62,5 +62,3 @@ LDFLAGS += SYS os2v2 LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib)) include $(TOP)$(ROOT)config/common/watcom.mk - -include $(TOP)$(ROOT)config/rules.mk diff --git a/harbour/config/win/watcom.mk b/harbour/config/win/watcom.mk index f965f2d68a..d8206ab58e 100644 --- a/harbour/config/win/watcom.mk +++ b/harbour/config/win/watcom.mk @@ -65,5 +65,3 @@ LDLIBS := $(foreach lib,$(LIBS),$(LIB_DIR)/$(lib)) LDLIBS += $(foreach lib,$(SYSLIBS),$(lib)) include $(TOP)$(ROOT)config/common/watcom.mk - -include $(TOP)$(ROOT)config/rules.mk