diff options
author | unknown <konstantin@mysql.com> | 2004-06-24 22:47:05 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-06-24 22:47:05 +0400 |
commit | 1f65c22c0441e638187f3e342570e9c87c0eb119 (patch) | |
tree | 1ecf0442a0266ddd8e2bbcfc42d4f49c3eab91d3 /Makefile.am | |
parent | 9db3251611994e3c3410c19e99ef70051436b4c8 (diff) | |
download | mariadb-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.am | 2 |
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 |