2009-07-14 14:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/config/dir.cf
    ! fixed typo in OLD make detection
This commit is contained in:
Przemyslaw Czerpak
2009-07-14 12:51:02 +00:00
parent 1fcbe31892
commit d6e7ca271f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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