Makefile.am:
do link_sources only once
This commit is contained in:
parent
85743549ac
commit
946a1bdd14
@ -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:
|
|||||||
@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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user