diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-20 01:06:32 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-20 01:06:32 +0100 |
commit | 76afa7ce07940d3d95cbc35d9a280004b88d4c67 (patch) | |
tree | 4873c22a4ae6c2c6a8f56423262a127fa127b5f0 /storage/myisam | |
parent | f603e1b634108d93f07c9b571da3c200efefa4b9 (diff) | |
download | mariadb-git-76afa7ce07940d3d95cbc35d9a280004b88d4c67.tar.gz |
Changed to use top_srcdir instead of abs_top_srcdir since many
automake tools on Solaris seems to have a bug related to the
use of abs_top_srcdir
Diffstat (limited to 'storage/myisam')
-rw-r--r-- | storage/myisam/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/Makefile.am b/storage/myisam/Makefile.am index 37b0749b7f2..76d98fbd97b 100644 --- a/storage/myisam/Makefile.am +++ b/storage/myisam/Makefile.am @@ -155,7 +155,7 @@ libmyisam_a_LIBADD = probes_mysql.o libmyisam_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES += probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = ha_myisam.o -DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d +DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ |