diff options
author | unknown <bpontz@shasta.mysql.com> | 2006-04-03 11:54:09 -0400 |
---|---|---|
committer | unknown <bpontz@shasta.mysql.com> | 2006-04-03 11:54:09 -0400 |
commit | 57cfa4d17c1e2e05fa71e19c126a59c8a6a03c81 (patch) | |
tree | 4383bd61acade36220bda875a9fd2ea13560a0ec /netware | |
parent | 70f4dbaa6e67d61df5ad19da47bcd2338e4eb7f3 (diff) | |
download | mariadb-git-57cfa4d17c1e2e05fa71e19c126a59c8a6a03c81.tar.gz |
.libs is no longer used when compiling netware
netware/BUILD/compile-linux-tools:
.libs/sql 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 |