From 8fbb6d658bb45d50250a7e7e16be46cdfbd98a08 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 1 May 2011 23:34:10 +0000 Subject: [PATCH] 2011-05-02 01:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs % normalize bin path (for *nix) --- harbour/ChangeLog | 4 ++++ harbour/contrib/make.hbs | 2 ++ 2 files changed, 6 insertions(+) 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 */