diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9fb922d742..c3a7f0dea4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-03 19:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/config/dir.cf + * disabled parallel execution rules for make 3.79.1 + 2009-03-03 16:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/Makefile ! fixed compilation with C compilers which does not support MT mode diff --git a/harbour/config/dir.cf b/harbour/config/dir.cf index d66f014490..6d9be4137a 100644 --- a/harbour/config/dir.cf +++ b/harbour/config/dir.cf @@ -6,7 +6,10 @@ ifneq ($(HB_ARCHITECTURE),) ifneq ($(HB_COMPILER),) include $(TOP)$(ROOT)config/global.cf -#include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf +# this make version does not work correctly parallel execution rules below +ifeq ($(MAKE_VERSION),3.79.1) +include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf +endif ifeq ($(DIR_RULE),)