diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 899176fe28..b6880798cb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-08-04 18:40 GMT -3 Luiz Rafael Culik + *utils/hbmake/hbmake.prg + * Small fix to the library edit mode of hbmake + 2001-08-04 13:50 UTC-0800 Ron Pinkas * source/compiler/harbour.l * source/compiler/harbour.slx diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index 2fb4297aed..34ab818b24 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -1877,7 +1877,7 @@ else For x := 1 To Len( aobjs ) If x <> Len( aobjs ) - Fwrite( nLinkHandle, alltrim(aobjs[ x ]) ) + Fwrite( nLinkHandle, ' '+ alltrim(aobjs[ x ]) ) Else Fwrite( nLinkHandle," " + alltrim(aobjs[ x ]) +" $(OB) "+ CRLF ) Endif