diff options
author | unknown <konstantin@mysql.com> | 2004-06-20 03:52:05 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-06-20 03:52:05 +0400 |
commit | 55afd242ee6381f814e1bc0c3299bb8e7b69ea1b (patch) | |
tree | b762ec7612451bf9ef9a17bb02c5fa3c0b89a918 /Makefile.am | |
parent | 5777892b6675c30297e96d6b5a00b109be849725 (diff) | |
download | mariadb-git-55afd242ee6381f814e1bc0c3299bb8e7b69ea1b.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aca5d4bade7..6d69ea85eb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |