Commit 58270528 authored by unknown's avatar unknown

fixed typo


BitKeeper/etc/ignore:
  Added BitKeeper/tmp/gone to the ignore list
parent a19a1585
...@@ -177,3 +177,4 @@ tags ...@@ -177,3 +177,4 @@ tags
libmysql_r/conf_to_src libmysql_r/conf_to_src
mysql-test/install_test_db mysql-test/install_test_db
mysql-test/mysql-test-run mysql-test/mysql-test-run
BitKeeper/tmp/gone
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
## Process this file with automake to create Makefile.in ## Process this file with automake to create Makefile.in
EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh
EXTRA_DIST = $EXTRA_SCRIPTS EXTRA_DIST = $(EXTRA_SCRIPTS)
testdir = $(prefix)/mysql-test testdir = $(prefix)/mysql-test
test_SCRIPTS = mysql-test-run install_test_db test_SCRIPTS = mysql-test-run install_test_db
CLEANFILES = $(test_SCRIPTS) CLEANFILES = $(test_SCRIPTS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment