From d2a6ec646b70c59698e352e9e0394dc9efaf7a32 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 21 Dec 2007 17:50:07 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/make_xmingw.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ff390829c8..0e43d6a2f9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 + 2007-12-21 18:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/pack_src.sh * try to detect GNU tar diff --git a/harbour/make_xmingw.sh b/harbour/make_xmingw.sh index b627d81669..81d81f7bb6 100755 --- a/harbour/make_xmingw.sh +++ b/harbour/make_xmingw.sh @@ -27,12 +27,12 @@ export PRG_USR="$CC_PRG_USR $PRG_USR" # try to detect MinGW cross-compiler location # using some default platform settings -if [ -f /etc/debian-version ]; then +if [ -f /etc/debian_version ]; then MINGW_PREFIX=/usr TARGET=i586-mingw32msvc CCPREFIX="$TARGET-" elif [ -f /etc/gentoo-release ]; then - if [ -x /opt/xmingw/bin/i686-mingw32-gcc ]; then + if [ -x /opt/xmingw/bin/i386-mingw32-gcc ]; then MINGW_PREFIX=/opt/xmingw TARGET=i386-mingw32msvc else