summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2004-06-20 03:52:05 +0400
committerunknown <konstantin@mysql.com>2004-06-20 03:52:05 +0400
commiteb017c72fa99743532e9154b36f1e2d7d5e8d6dc (patch)
treeb762ec7612451bf9ef9a17bb02c5fa3c0b89a918 /Makefile.am
parent460056e83724a7640d1df1e77fde599bf58a2a03 (diff)
downloadmariadb-git-eb017c72fa99743532e9154b36f1e2d7d5e8d6dc.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.am2
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