diff options
author | df@kahlann.erinye.com <> | 2006-12-12 13:55:40 +0100 |
---|---|---|
committer | df@kahlann.erinye.com <> | 2006-12-12 13:55:40 +0100 |
commit | bd44245eb66c4cfc9268585ddc896909e7089cb1 (patch) | |
tree | 0796b3e6da3aaf1b12638c8fb27431540f7a3f49 | |
parent | 476632aad9cd683b153b8657d7a1b87c5f96c61d (diff) | |
download | mariadb-git-bd44245eb66c4cfc9268585ddc896909e7089cb1.tar.gz |
BUG#24902 in 5.0
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 72998d786b9..eff2ae740f5 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -98,7 +98,7 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/std_data/Moscow_leap $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/*.pem $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/*.frm $(DESTDIR)$(testdir)/std_data - $(INSTALL_DATA) $(srcdir)/std_data/*.MY* $(distdir)/std_data + $(INSTALL_DATA) $(srcdir)/std_data/*.MY* $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/*.cnf $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(DESTDIR)$(testdir)/lib $(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib |