diff options
author | unknown <joerg@trift2.> | 2007-12-28 16:28:15 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-12-28 16:28:15 +0100 |
commit | 7a05caf27ed29fe4e86b9125ccdd09ee8a55fba9 (patch) | |
tree | fef1730b476951de2ef4178879c01c2ff501820b | |
parent | a393836fa259b03302941c17d18049075003f959 (diff) | |
parent | 68fd74d7644c525bacb41510b1874ba9bc1bce9a (diff) | |
download | mariadb-git-7a05caf27ed29fe4e86b9125ccdd09ee8a55fba9.tar.gz |
Merge trift2.:/MySQL/M51/bug33536-5.1
into trift2.:/MySQL/M51/push-5.1
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 1e9ec362d76..029679ceec9 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -222,7 +222,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then if [ -z "$gcclib" ] ; then echo "Warning: Compiler doesn't tell libgcc.a!" elif [ -f "$gcclib" ] ; then - $CP $gcclib $BASE/lib/libmygcc.a + $CP $gcclib $DEST/lib/libmygcc.a else echo "Warning: Compiler result '$gcclib' not found / no file!" fi |