Makefile.am:

do link_sources only once
This commit is contained in:
serg@janus.mylan 2007-10-08 20:55:44 +02:00
parent 85743549ac
commit 946a1bdd14
2 changed files with 2 additions and 0 deletions

View File

@ -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.%

View File

@ -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