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:
@@ -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
|
||||
|
||||
@@ -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'`
|
||||
|
||||
Reference in New Issue
Block a user