diff options
author | unknown <serg@janus.mylan> | 2007-10-08 20:55:44 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-10-08 20:55:44 +0200 |
commit | 71bc644ea9d93cb29cb53787f2b0bea266c3a9e4 (patch) | |
tree | efb88cff7dcf7d4d1922e2d58f42fc742f696fb2 /sql/Makefile.am | |
parent | faaf64761c6b9ff1adc0ede694168606f63de69f (diff) | |
download | mariadb-git-71bc644ea9d93cb29cb53787f2b0bea266c3a9e4.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
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |