mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
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). Makefile.am: Fix for bug in build scripts making everything to be reconfigured at each 'make' invocation.
This commit is contained in:
parent
5777892b66
commit
55afd242ee
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ linked_sources = linked_client_sources linked_server_sources \
|
|||
CLEANFILES = $(linked_sources)
|
||||
|
||||
# This is just so that the linking is done early.
|
||||
config.h: $(linked_sources)
|
||||
all-local: $(linked_sources)
|
||||
|
||||
linked_include_sources:
|
||||
cd include; $(MAKE) link_sources
|
||||
|
|
Loading…
Add table
Reference in a new issue