diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2008-01-31 20:55:58 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2008-01-31 20:55:58 +0100 |
commit | 4f5658cb0b32504a44a7e24bc43853c7248154e6 (patch) | |
tree | 0049b1a41d3fff215223d119d479fe2fa7678374 /scripts/Makefile.am | |
parent | ebce23676c3b98b16c3087481caae978afd03bbf (diff) | |
download | mariadb-git-4f5658cb0b32504a44a7e24bc43853c7248154e6.tar.gz |
Makefile.am, CMakeLists.txt, make_win_bin_dist:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/CMakeLists.txt:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/Makefile.am:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
scripts/make_win_bin_dist:
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b61b614598d..cf061cc08e5 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -90,7 +90,6 @@ CLEANFILES = @server_scripts@ \ mysql_find_rows \ mysqlhotcopy \ mysqldumpslow \ - mysql_tableinfo \ mysqld_multi # Default same as 'pkgdatadir', but we can override it |