Commit 71bc644e authored by unknown's avatar unknown

Makefile.am:

  do link_sources only once


sql/Makefile.am:
  do link_sources only once
libmysql_r/Makefile.am:
  do link_sources only once
parent faaf6476
...@@ -41,6 +41,7 @@ link_sources: ...@@ -41,6 +41,7 @@ link_sources:
@LN_CP_F@ $$d/$$f $$f; \ @LN_CP_F@ $$d/$$f $$f; \
done; \ done; \
done done
echo timestamp > link_sources
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
...@@ -161,6 +161,7 @@ link_sources: ...@@ -161,6 +161,7 @@ link_sources:
@LN_CP_F@ $(top_srcdir)/sql-common/my_time.c my_time.c @LN_CP_F@ $(top_srcdir)/sql-common/my_time.c my_time.c
rm -f my_user.c rm -f my_user.c
@LN_CP_F@ $(top_srcdir)/sql-common/my_user.c 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 # This generates lex_hash.h
# NOTE Built sources should depend on their sources not the tool # NOTE Built sources should depend on their sources not the tool
......
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