diff options
author | sasha@mysql.sashanet.com <> | 2000-12-13 17:17:19 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-13 17:17:19 -0700 |
commit | 57c65749dc5920e3726eb791255e79089a1eeda3 (patch) | |
tree | 9164413e699c122b1029f3e9e8a9b019ec7cc376 /mysql-test/Makefile.am | |
parent | 9a5ce4d513cb4c70d1ba81d5bdda4decb52041b7 (diff) | |
download | mariadb-git-57c65749dc5920e3726eb791255e79089a1eeda3.tar.gz |
fixed typo
Diffstat (limited to 'mysql-test/Makefile.am')
-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 9f06a66ba3e..88f55690651 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to create Makefile.in EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh -EXTRA_DIST = $EXTRA_SCRIPTS +EXTRA_DIST = $(EXTRA_SCRIPTS) testdir = $(prefix)/mysql-test test_SCRIPTS = mysql-test-run install_test_db CLEANFILES = $(test_SCRIPTS) |