diff options
author | unknown <mleich@five.local.lan> | 2008-04-04 17:41:14 +0200 |
---|---|---|
committer | unknown <mleich@five.local.lan> | 2008-04-04 17:41:14 +0200 |
commit | ad42f502a7f71fb719a2b0b1e542b7705b37c033 (patch) | |
tree | 596b7a5a289320793d9a8cb3fb1aa8fed80d4b09 /mysql-test | |
parent | 61d7bc0ed9d2018ba2b97b4aacb0b748f246719f (diff) | |
download | mariadb-git-ad42f502a7f71fb719a2b0b1e542b7705b37c033.tar.gz |
Backport of fix made in 5.1 to 5.0
mysql-test/Makefile.am : Fix a copy-paste error ...
mysql-test/Makefile.am:
Correct the variables used for target directory
of copy action.
Diffstat (limited to 'mysql-test')
-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 a53075ef81c..0dee970cd58 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -106,7 +106,7 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/std_data/*.cnf $(DESTDIR)$(testdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/ndb_backup50_data_be/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup50_data_be $(INSTALL_DATA) $(srcdir)/std_data/ndb_backup50_data_le/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup50_data_le - $(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(distdir)/std_data/funcs_1 + $(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(DESTDIR)$(testdir)/std_data/funcs_1 $(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib for f in `(cd $(srcdir); find suite -type f | grep -v SCCS)`; \ do \ |