summaryrefslogtreecommitdiff
path: root/sql-bench/Makefile.am
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-08-16 05:14:02 +0300
committerunknown <monty@donna.mysql.com>2000-08-16 05:14:02 +0300
commit33495f9db4803024fd7bd2e2f65197504793c335 (patch)
tree6c04aea21b1a42222c20034b365c343788f2335c /sql-bench/Makefile.am
parent703c3d45276cba124b305da1fd645ba97ae69fdb (diff)
downloadmariadb-git-33495f9db4803024fd7bd2e2f65197504793c335.tar.gz
Delayed keys + portability fixes
client/Makefile.am: Fix for make/bitkeeper configure.in: Fix for SCO and SHOW PROCESSLIST include/Makefile.am: Fix for make/bitkeeper libmysql/Makefile.am: Fix for make/bitkeeper myisam/mi_check.c: Fixes for delayed key handling sql-bench/Makefile.am: Fix for make/bitkeeper sql/Makefile.am: Fix for make/bitkeeper sql/sql_insert.cc: Added delay key creation to INSERT .. SELECT
Diffstat (limited to 'sql-bench/Makefile.am')
-rw-r--r--sql-bench/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-bench/Makefile.am b/sql-bench/Makefile.am
index 0f01de71074..4af97e86e4f 100644
--- a/sql-bench/Makefile.am
+++ b/sql-bench/Makefile.am
@@ -77,3 +77,6 @@ SUFFIXES = .sh
$< > $@-t
@CHMOD@ +x $@-t
@MV@ $@-t $@
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%