diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 17:17:19 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 17:17:19 -0700 |
commit | 123946665cd437eb9249b500d710b4a5fcab39bc (patch) | |
tree | 9164413e699c122b1029f3e9e8a9b019ec7cc376 /mysql-test/Makefile.am | |
parent | 91fa299ef2944046a96fdf3b5d2340994f547987 (diff) | |
download | mariadb-git-123946665cd437eb9249b500d710b4a5fcab39bc.tar.gz |
fixed typo
BitKeeper/etc/ignore:
Added BitKeeper/tmp/gone to the ignore list
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) |