diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-03 08:44:22 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-09-03 08:44:22 +0200 |
commit | 3948eef1a1dc711fe7405d13217f85fc63732d26 (patch) | |
tree | 2317d6271bc5fd9108f3df5fff5febef7b7cb025 /mysql-test/lib | |
parent | 863b53e922e61febffdc5ccc41d869c194d527bb (diff) | |
parent | 0644b0acfa43206cd87270557b041f921fa92f02 (diff) | |
download | mariadb-git-3948eef1a1dc711fe7405d13217f85fc63732d26.tar.gz |
3rd merge from main
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/My/SafeProcess/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/lib/My/SafeProcess/Makefile.am b/mysql-test/lib/My/SafeProcess/Makefile.am index 623c0e9a87a..722331453fe 100644 --- a/mysql-test/lib/My/SafeProcess/Makefile.am +++ b/mysql-test/lib/My/SafeProcess/Makefile.am @@ -13,7 +13,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -safedir = $(prefix)/mysql-test/lib/My/SafeProcess +testroot = $(prefix) +safedir = $(testroot)/mysql-test/lib/My/SafeProcess #nobase_bin_PROGRAMS = ... safe_PROGRAMS = my_safe_process |