diff options
author | tim@cane.mysql.fi <> | 2001-01-19 02:46:47 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2001-01-19 02:46:47 +0200 |
commit | ff4839a914ee3c348e570f8b67a3baa625c3970f (patch) | |
tree | 666b05b61969934012175867905f95344c37afcb /mysql-test | |
parent | fff8cbffaeb8a0b5ce821c2256dcb0b525f84bf3 (diff) | |
parent | 08d36171a9e535fac9d33e7cbb9a2770a72bfd0b (diff) | |
download | mariadb-git-ff4839a914ee3c348e570f8b67a3baa625c3970f.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 74154ecffa4..93804c4699b 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -62,6 +62,7 @@ SUFFIXES = .sh -e 's!@''libexecdir''@!$(libexecdir)!g' \ -e 's!@''PERL''@!@PERL@!' \ -e 's!@''VERSION''@!@VERSION@!' \ + -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ |