summaryrefslogtreecommitdiff
path: root/sql-bench/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sql-bench/Makefile.am')
-rw-r--r--sql-bench/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-bench/Makefile.am b/sql-bench/Makefile.am
index 06d3d643947..2db43536fa1 100644
--- a/sql-bench/Makefile.am
+++ b/sql-bench/Makefile.am
@@ -17,7 +17,8 @@
## Process this file with automake to create Makefile.in
-benchdir = $(prefix)/sql-bench
+benchdir_root= $(prefix)
+benchdir = $(benchdir_root)/sql-bench
bench_SCRIPTS = test-ATIS test-connect test-create test-insert \
test-big-tables test-select test-wisconsin \
test-alter-table \