diff options
author | serg@janus.mylan <> | 2007-10-08 20:55:44 +0200 |
---|---|---|
committer | serg@janus.mylan <> | 2007-10-08 20:55:44 +0200 |
commit | 946a1bdd14a2f9c60df1a999ef693aef440cfc69 (patch) | |
tree | efb88cff7dcf7d4d1922e2d58f42fc742f696fb2 /libmysql_r | |
parent | 85743549ac0ae6f9286b27f17db8ca77264a317e (diff) | |
download | mariadb-git-946a1bdd14a2f9c60df1a999ef693aef440cfc69.tar.gz |
Makefile.am:
do link_sources only once
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am index 2ff4082b014..4a37dcfdec9 100644 --- a/libmysql_r/Makefile.am +++ b/libmysql_r/Makefile.am @@ -41,6 +41,7 @@ link_sources: @LN_CP_F@ $$d/$$f $$f; \ done; \ done + echo timestamp > link_sources # Don't update the files from bitkeeper %::SCCS/s.% |