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 | 440c2f439a0574720b8cb1f778f9e54d2f0dd0db (patch) | |
tree | 4873c22a4ae6c2c6a8f56423262a127fa127b5f0 /storage/blackhole/Makefile.am | |
parent | 117ae64c9777e96c12ed14a9e2eff367c050cd30 (diff) | |
download | mariadb-git-440c2f439a0574720b8cb1f778f9e54d2f0dd0db.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/blackhole/Makefile.am')
-rw-r--r-- | storage/blackhole/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/blackhole/Makefile.am b/storage/blackhole/Makefile.am index fe7da5deed0..855fd30cb8d 100644 --- a/storage/blackhole/Makefile.am +++ b/storage/blackhole/Makefile.am @@ -54,7 +54,7 @@ libblackhole_a_LIBADD = probes_mysql.o libblackhole_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = libblackhole_a-ha_blackhole.o -DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d +DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ |