summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-06-20 03:52:05 +0400
committerkonstantin@mysql.com <>2004-06-20 03:52:05 +0400
commitefba49fd7d36aa30570adc31fd39aac1afd01e3e (patch)
treeb762ec7612451bf9ef9a17bb02c5fa3c0b89a918 /Makefile.am
parentc5544563acb003aa54b9060bb03e3bad60a97452 (diff)
downloadmariadb-git-efba49fd7d36aa30570adc31fd39aac1afd01e3e.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).
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