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
This commit is contained in:
Przemyslaw Czerpak
2007-12-21 19:10:00 +00:00
parent d2a6ec646b
commit 4c80b461fe
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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'`