summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-10-08 20:55:44 +0200
committerunknown <serg@janus.mylan>2007-10-08 20:55:44 +0200
commit07ac491c5d730444c1cf413bf4ccaec3e4307770 (patch)
treeefb88cff7dcf7d4d1922e2d58f42fc742f696fb2
parentba8b9742bc5828e0a5f16efe22aa58fecea2702a (diff)
downloadmariadb-git-07ac491c5d730444c1cf413bf4ccaec3e4307770.tar.gz
Makefile.am:
do link_sources only once sql/Makefile.am: do link_sources only once libmysql_r/Makefile.am: do link_sources only once
-rw-r--r--libmysql_r/Makefile.am1
-rw-r--r--sql/Makefile.am1
2 files changed, 2 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.%
diff --git a/sql/Makefile.am b/sql/Makefile.am
index f3e2484f9ab..0081417d492 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -161,6 +161,7 @@ link_sources:
@LN_CP_F@ $(top_srcdir)/sql-common/my_time.c my_time.c
rm -f my_user.c
@LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c
+ echo timestamp > link_sources
# This generates lex_hash.h
# NOTE Built sources should depend on their sources not the tool