summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-08 17:04:57 +0200
committermonty@donna.mysql.com <>2000-12-08 17:04:57 +0200
commit7617d198a4b6147a2f09b0749ad7ebedb76227b4 (patch)
treeb351c53cc8d10719148a114a60853aa9347782e0 /include
parentc475a9885d88155c2efcf44423c69df76386ac79 (diff)
downloadmariadb-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.am2
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.%