summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
diff options
context:
space:
mode:
authormsvensson@shellback.(none) <>2006-09-19 08:15:42 +0200
committermsvensson@shellback.(none) <>2006-09-19 08:15:42 +0200
commitefcb56cb79dbbf269d8175497b5e23aab5d5a93b (patch)
treef56fadab58479f13ec999540ad4aacbc5c943207 /extra/Makefile.am
parentb50c843b2595b83fc55f1fe0452ba6fa9ba55d06 (diff)
downloadmariadb-git-efcb56cb79dbbf269d8175497b5e23aab5d5a93b.tar.gz
Bug#19738 "make install" tries to build files that "make" should already have built
- Remove the wildcard dependcy on the charset xml files
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r--extra/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 962dd212664..b4af3d2e7a8 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -32,8 +32,7 @@ DIST_SUBDIRS= yassl
# NOTE Built files should depend on their sources to avoid
# the built files being rebuilt in source dist
$(top_builddir)/include/mysqld_error.h: comp_err.c \
- $(top_srcdir)/sql/share/errmsg.txt \
- $(wildcard $(top_srcdir)/sql/share/charsets/*.xml)
+ $(top_srcdir)/sql/share/errmsg.txt
$(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT)
$(top_builddir)/extra/comp_err$(EXEEXT) \
--charset=$(top_srcdir)/sql/share/charsets \