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 /libmysql/Makefile.am | |
parent | 1777d4dbbe3b1276e4aca4e1a867ea7adc05179f (diff) | |
download | mariadb-git-2f450e4fc73e55454cc702a32222c60ce2fb1eac.tar.gz |
Delayed keys + portability fixes
Diffstat (limited to 'libmysql/Makefile.am')
-rw-r--r-- | libmysql/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 78c52be3d31..2e04b33a72a 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -147,3 +147,6 @@ do-lib-dist: echo ' $$(AR) r $$@ $$?' >>$$dir/Makefile; \ gtar cvzf $$dir.tar.gz $$dir; \ cd $$dir; gmake + +# Don't update the files from bitkeeper +%::SCCS/s.% |