diff options
author | monty@hundin.mysql.fi <> | 2002-08-08 16:41:04 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-08 16:41:04 +0300 |
commit | 77296b3f67f50eb5dd2ed804841d28c6b4e3f103 (patch) | |
tree | 8abd660ca8962e8c1a9aa58dbabd22e3c2e6f163 /libmysql | |
parent | 087261482a9bbdaa3bc0e26052a719ebdb73644b (diff) | |
download | mariadb-git-77296b3f67f50eb5dd2ed804841d28c6b4e3f103.tar.gz |
Fix after merge
Updated WEEK() and DATE information in the manual.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index e72f73a39f9..fac544ba44d 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -52,6 +52,7 @@ link_sources: for f in $(mystringsgen); do \ rm -f $(srcdir)/$$f; \ @LN_CP_F@ ../strings/$$f $(srcdir)/$$f; \ + done; \ for f in $$qs; do \ rm -f $(srcdir)/$$f; \ @LN_CP_F@ $(srcdir)/../sql/$$f $(srcdir)/$$f; \ |