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 | |
parent | 9a5ce4d513cb4c70d1ba81d5bdda4decb52041b7 (diff) | |
download | mariadb-git-57c65749dc5920e3726eb791255e79089a1eeda3.tar.gz |
fixed typo
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | mysql-test/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 9db0b00c2a8..d51538477fa 100644 --- a/.bzrignore +++ b/.bzrignore @@ -177,3 +177,4 @@ tags libmysql_r/conf_to_src mysql-test/install_test_db mysql-test/mysql-test-run +BitKeeper/tmp/gone 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) |