Commit efba49fd authored by konstantin@mysql.com's avatar konstantin@mysql.com

Fix for bug in build scripts making everything to be reconfigured

at each 'make' invocation (pushing as two devs tested that the patch is ok).
parent c5544563
...@@ -36,7 +36,7 @@ linked_sources = linked_client_sources linked_server_sources \ ...@@ -36,7 +36,7 @@ linked_sources = linked_client_sources linked_server_sources \
CLEANFILES = $(linked_sources) CLEANFILES = $(linked_sources)
# This is just so that the linking is done early. # This is just so that the linking is done early.
config.h: $(linked_sources) all-local: $(linked_sources)
linked_include_sources: linked_include_sources:
cd include; $(MAKE) link_sources cd include; $(MAKE) link_sources
......
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