summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-06-24 22:47:05 +0400
committerkonstantin@mysql.com <>2004-06-24 22:47:05 +0400
commitfccfcb98d5f16361c7e6650676d3ae5a2f7add2a (patch)
tree1ecf0442a0266ddd8e2bbcfc42d4f49c3eab91d3 /Makefile.am
parent998fd5a8f0923003a3f3b0d2da564942fd5b3078 (diff)
downloadmariadb-git-fccfcb98d5f16361c7e6650676d3ae5a2f7add2a.tar.gz
Previous commit didn't make it (tree fix): I'd forgotten semicolon.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f702a0e865..f8efb247c95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,7 @@ linked_server_sources:
cd sql; rm -f mini_client_errors.c;\
@LN_CP_F@ ../libmysql/errmsg.c mini_client_errors.c;\
rm -f pack.c;@LN_CP_F@ ../sql-common/pack.c pack.c;\
- rm -f client.c;@LN_CP_F@ ../sql-common/client.c client.c\
+ rm -f client.c;@LN_CP_F@ ../sql-common/client.c client.c;\
rm -f my_time.c;@LN_CP_F@ ../sql-common/my_time.c my_time.c
echo timestamp > linked_server_sources