diff options
author | kent@mysql.com <> | 2005-11-04 01:15:35 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-04 01:15:35 +0100 |
commit | ee0b6db191ab4ae475beee8ceb1e46d6ccd91353 (patch) | |
tree | a0700217b074f5374b745569de7a1f521d31d856 /scripts | |
parent | b8248334d98145247dcaa249a9c7cde600192ae7 (diff) | |
parent | 095efe48a5eee7e25d0cbed551c70c3d24bd3855 (diff) | |
download | mariadb-git-ee0b6db191ab4ae475beee8ceb1e46d6ccd91353.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 27b42314273..30ba75c551d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -85,12 +85,13 @@ CLEANFILES = @server_scripts@ \ mysql_find_rows \ mysqlhotcopy \ mysqldumpslow \ + mysql_explain_log \ + mysql_tableinfo \ mysqld_multi \ make_win_src_distribution \ - make_win_binary_distribution \ mysql_create_system_tables -SUPERCLEANFILES = mysqlbug +DISTCLEANFILES = mysqlbug # We want the right version and configure comand line in mysqlbug mysqlbug: ${top_builddir}/config.status mysqlbug.sh |