From 4c80b461fe1931b9dc66a35f528ea37538f5ff76 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 21 Dec 2007 19:10:00 +0000 Subject: [PATCH] 2007-12-21 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingw.sh * fixed yet another typo located by Phil Krylov - thanks --- harbour/ChangeLog | 4 ++++ harbour/make_xmingw.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0e43d6a2f9..dfda2776dc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-21 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/make_xmingw.sh + * fixed yet another typo located by Phil Krylov - thanks + 2007-12-21 18:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingw.sh * fixed two typos - many thanks to Phil Krylov for locating them diff --git a/harbour/make_xmingw.sh b/harbour/make_xmingw.sh index 81d81f7bb6..51b6292d46 100755 --- a/harbour/make_xmingw.sh +++ b/harbour/make_xmingw.sh @@ -64,7 +64,7 @@ if [ -z "${MINGW_PREFIX}" ] || \ TARGET=`echo "$MINGWGCC"|sed -e '1 !d' -e 's/.*\(i[3456]86-mingw[^-]*\).*/\1/g'` CCPREFIX="$TARGET-" else - MINGWGCC=`echo $d/i[3456]86-mingw*/gcc` + MINGWGCC=`echo $d/i[3456]86-mingw*/bin/gcc` if [ -x $MINGWGCC ]; then MINGW_PREFIX=$d TARGET=`echo "$MINGWGCC"|sed -e '1 !d' -e 's!.*\(i[3456]86-mingw[^/]*\).*!\1!g'`