diff options
author | bpontz@shasta.mysql.com <> | 2006-04-03 11:54:09 -0400 |
---|---|---|
committer | bpontz@shasta.mysql.com <> | 2006-04-03 11:54:09 -0400 |
commit | 3ad9bc880d874f97a26243cdd402cfac69e0f3a6 (patch) | |
tree | 4383bd61acade36220bda875a9fd2ea13560a0ec /netware | |
parent | a1bf113868734a060ad22755e813ad5355f25bb5 (diff) | |
download | mariadb-git-3ad9bc880d874f97a26243cdd402cfac69e0f3a6.tar.gz |
.libs is no longer used when compiling netware
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/compile-linux-tools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools index fab92b8d4df..14422ea5a3f 100755 --- a/netware/BUILD/compile-linux-tools +++ b/netware/BUILD/compile-linux-tools @@ -57,7 +57,7 @@ make cp extra/comp_err extra/comp_err.linux cp libmysql/conf_to_src libmysql/conf_to_src.linux #cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux -cp sql/.libs/gen_lex_hash sql/gen_lex_hash.linux +cp sql/gen_lex_hash sql/gen_lex_hash.linux cp strings/conf_to_src strings/conf_to_src.linux # Delete mysql_version.h |