Bug#19738 "make install" tries to build files that "make" should already have built

 - Remove the wildcard dependcy on the charset xml files
parent b50c843b
...@@ -32,8 +32,7 @@ DIST_SUBDIRS= yassl ...@@ -32,8 +32,7 @@ DIST_SUBDIRS= yassl
# NOTE Built files should depend on their sources to avoid # NOTE Built files should depend on their sources to avoid
# the built files being rebuilt in source dist # the built files being rebuilt in source dist
$(top_builddir)/include/mysqld_error.h: comp_err.c \ $(top_builddir)/include/mysqld_error.h: comp_err.c \
$(top_srcdir)/sql/share/errmsg.txt \ $(top_srcdir)/sql/share/errmsg.txt
$(wildcard $(top_srcdir)/sql/share/charsets/*.xml)
$(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT) $(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT)
$(top_builddir)/extra/comp_err$(EXEEXT) \ $(top_builddir)/extra/comp_err$(EXEEXT) \
--charset=$(top_srcdir)/sql/share/charsets \ --charset=$(top_srcdir)/sql/share/charsets \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment