diff options
author | tim@cane.mysql.fi <> | 2001-01-19 02:46:13 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2001-01-19 02:46:13 +0200 |
commit | 08d36171a9e535fac9d33e7cbb9a2770a72bfd0b (patch) | |
tree | 05ccbd701e51555fe5537ef3f344c7862d54f5f9 /mysql-test/Makefile.am | |
parent | 1dd577041b6801f9426acb7d740ef5494ac1c071 (diff) | |
download | mariadb-git-08d36171a9e535fac9d33e7cbb9a2770a72bfd0b.tar.gz |
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
Diffstat (limited to 'mysql-test/Makefile.am')
-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 $@ |