summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-09-14 15:10:06 +0300
committermonty@donna.mysql.com <>2000-09-14 15:10:06 +0300
commit25106ec7551d143d4a8b53b78b04da23876497b6 (patch)
tree217d8c8b9714b5bf60fec8a535b514b4598a3a12 /Makefile.am
parentb581f17be222af50b399242353fd6df31b6b05d5 (diff)
downloadmariadb-git-25106ec7551d143d4a8b53b78b04da23876497b6.tar.gz
configure fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a24164f0bca..bdb3502aa3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,11 @@ SUBDIRS = include @docs_dirs@ @readline_dir@ \
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources
# This is just so that the linking is done early.
-config.h: linked_client_sources linked_server_sources
+config.h: linked_client_sources linked_server_sources linked_include_sources
+
+linked_include_sources:
+ cd include; $(MAKE) link_sources
+ echo timestamp > linked_include_sources
linked_client_sources: @linked_client_targets@
echo timestamp > linked_client_sources