diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e4be738aa6..e91c200d2c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-03-11 11:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/main/Makefile + * Changed order of linked libraries for linkers with linear library + symbols scanning + 2007-03-09 13:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/hbmain.c * removed #include "hbmemory.ch" diff --git a/harbour/source/main/Makefile b/harbour/source/main/Makefile index 2ff419c0d0..8ace19b5bc 100644 --- a/harbour/source/main/Makefile +++ b/harbour/source/main/Makefile @@ -9,8 +9,8 @@ C_SOURCES=\ C_MAIN=harbour.c LIBS=\ + compiler \ pp \ common \ - compiler \ include $(TOP)$(ROOT)config/bin.cf