summaryrefslogtreecommitdiff
path: root/client/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
commite318f3a607f609c28636a9ac29cd67662166f01a (patch)
tree6c04aea21b1a42222c20034b365c343788f2335c /client/Makefile.am
parent6388f02bbf7ec0bee2e3bfcce0df23146c56f092 (diff)
downloadmariadb-git-e318f3a607f609c28636a9ac29cd67662166f01a.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 'client/Makefile.am')
-rw-r--r--client/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index e715a2c15d0..6bb93e90443 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -41,3 +41,6 @@ DEFS = -DUNDEF_THREADS_HACK
thread_test.o: thread_test.c
$(COMPILE) -c @MT_INCLUDES@ $(INCLUDES) $<
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%