summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-06-24 22:47:05 +0400
committerunknown <konstantin@mysql.com>2004-06-24 22:47:05 +0400
commit1f65c22c0441e638187f3e342570e9c87c0eb119 (patch)
tree1ecf0442a0266ddd8e2bbcfc42d4f49c3eab91d3 /Makefile.am
parent9db3251611994e3c3410c19e99ef70051436b4c8 (diff)
downloadmariadb-git-1f65c22c0441e638187f3e342570e9c87c0eb119.tar.gz
Previous commit didn't make it (tree fix): I'd forgotten semicolon.
Makefile.am: Previous commit didn't make it: 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