diff options
author | monty@donna.mysql.com <> | 2000-08-16 05:14:02 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-16 05:14:02 +0300 |
commit | 2f450e4fc73e55454cc702a32222c60ce2fb1eac (patch) | |
tree | 6c04aea21b1a42222c20034b365c343788f2335c /client | |
parent | 1777d4dbbe3b1276e4aca4e1a867ea7adc05179f (diff) | |
download | mariadb-git-2f450e4fc73e55454cc702a32222c60ce2fb1eac.tar.gz |
Delayed keys + portability fixes
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 3 |
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.% |