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:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user