diff options
author | monty@donna.mysql.com <> | 2000-09-14 15:10:06 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-14 15:10:06 +0300 |
commit | 25106ec7551d143d4a8b53b78b04da23876497b6 (patch) | |
tree | 217d8c8b9714b5bf60fec8a535b514b4598a3a12 /support-files/Makefile.am | |
parent | b581f17be222af50b399242353fd6df31b6b05d5 (diff) | |
download | mariadb-git-25106ec7551d143d4a8b53b78b04da23876497b6.tar.gz |
configure fixes
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index ef37784c985..923bd7f2f20 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -41,7 +41,10 @@ CLEANFILES = my-small.cnf \ my-huge.cnf \ mysql.spec \ mysql-@VERSION@.spec \ - mysql.server + mysql-log-rotate \ + mysql.server \ + binary-configure + mysql-@VERSION@.spec: mysql.spec rm -f $@ |