diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ab9b593b42..be564214fe 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-02 01:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/make.hbs + % normalize bin path (for *nix) + 2011-05-02 01:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + 'hbmk2 proj' will now build 'proj.hbp' if such file exists. diff --git a/harbour/contrib/make.hbs b/harbour/contrib/make.hbs index 8cd322c9fd..73f1424fe4 100755 --- a/harbour/contrib/make.hbs +++ b/harbour/contrib/make.hbs @@ -83,6 +83,8 @@ PROCEDURE Main( ... ) #else s_cBinDir := hb_DirBase() #endif + /* For *nixes */ + s_cBinDir := hb_PathNormalize( s_cBinDir ) /* Load list of projects */