diff options
author | serg@serg.mylan <> | 2005-01-28 17:14:03 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-28 17:14:03 +0100 |
commit | 852f2e0abac3b6eab3b8a0f978682af449a6be50 (patch) | |
tree | 9cc656a413f403a59b9dfda94e260b6e2158c288 /scripts/Makefile.am | |
parent | 6117ee754b33886098bf0ebaaa6bea9487ed828c (diff) | |
download | mariadb-git-852f2e0abac3b6eab3b8a0f978682af449a6be50.tar.gz |
small Makefile.am cleanup
clean: targets removed
generated *.h files moved to include/
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 71b70fc0e4a..221fab13635 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -90,7 +90,7 @@ CLEANFILES = @server_scripts@ \ fill_help_tables \ 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 |