diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d0ee9d3335..55850bab8f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-14 14:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/config/dir.cf + ! fixed typo in OLD make detection + 2009-07-14 12:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/extend.c ! [REVERTED - I overlooked it] diff --git a/harbour/config/dir.cf b/harbour/config/dir.cf index ac0f85c854..2a6e7eda37 100644 --- a/harbour/config/dir.cf +++ b/harbour/config/dir.cf @@ -10,7 +10,7 @@ include $(TOP)$(ROOT)config/global.cf # these make versions does not work correctly with # parallel execution rules below OLD_MAKE:=$(MAKE_VERSION:3.7%=YES) -OLD_MAKE:=$(OLD_MAKE:3.80%=OLD) +OLD_MAKE:=$(OLD_MAKE:3.80%=YES) ifeq ($(OLD_MAKE),YES) include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf