diff options
author | monty@donna.mysql.com <> | 2000-12-08 17:04:57 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-08 17:04:57 +0200 |
commit | 7617d198a4b6147a2f09b0749ad7ebedb76227b4 (patch) | |
tree | b351c53cc8d10719148a114a60853aa9347782e0 /include | |
parent | c475a9885d88155c2efcf44423c69df76386ac79 (diff) | |
download | mariadb-git-7617d198a4b6147a2f09b0749ad7ebedb76227b4.tar.gz |
Lots of fixes for BDB tables
Change DROP TABLE to first drop the data, then the .frm file
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f5f290e35da..83ba47dc219 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -51,7 +51,7 @@ my_global.h: global.h # These files should not be included in distributions since they are # generated by configure from the .h.in files dist-hook: - rm -f $(distdir)/mysql_version.h $(distdir)/my_config.h + $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h # Don't update the files from bitkeeper %::SCCS/s.% |