Commit fccfcb98 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Previous commit didn't make it (tree fix): I'd forgotten semicolon.

parent 998fd5a8
...@@ -71,7 +71,7 @@ linked_server_sources: ...@@ -71,7 +71,7 @@ linked_server_sources:
cd sql; rm -f mini_client_errors.c;\ cd sql; rm -f mini_client_errors.c;\
@LN_CP_F@ ../libmysql/errmsg.c 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 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 rm -f my_time.c;@LN_CP_F@ ../sql-common/my_time.c my_time.c
echo timestamp > linked_server_sources echo timestamp > linked_server_sources
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment