diff options
author | Georgi Kodinov <joro@sun.com> | 2009-09-18 16:35:40 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-09-18 16:35:40 +0300 |
commit | 4ac694822b7b2e0b7c7867d265e4bb187b0adc67 (patch) | |
tree | a65b46eab2660f0760ae30202474403d94080381 /storage/ndb | |
parent | 5080092322817d76c0962f196dc967867e07b20d (diff) | |
parent | 0b9bc329b037777c48668ae0045eee3acd637149 (diff) | |
download | mariadb-git-4ac694822b7b2e0b7c7867d265e4bb187b0adc67.tar.gz |
automerge
Diffstat (limited to 'storage/ndb')
-rw-r--r-- | storage/ndb/test/run-test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/ndb/test/run-test/Makefile.am b/storage/ndb/test/run-test/Makefile.am index 65aa62d11f0..54ca0c009b2 100644 --- a/storage/ndb/test/run-test/Makefile.am +++ b/storage/ndb/test/run-test/Makefile.am @@ -13,7 +13,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -testdir=$(prefix)/mysql-test/ndb +testroot=$(prefix) +testdir=$(testroot)/mysql-test/ndb include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_util.mk.am |