diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-03 12:46:52 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-03 12:46:52 +0100 |
commit | de4116a1c4498c88bcaca54702a3ca02d15adcab (patch) | |
tree | d7e1604b86f633d890d33da7922c0fd02c33c981 /storage/myisam/Makefile.am | |
parent | 226e78ae54bee9b5177f8e153c8d728ee8567074 (diff) | |
download | mariadb-git-de4116a1c4498c88bcaca54702a3ca02d15adcab.tar.gz |
Added support for rep; nop replacing PAUSE due to Solaris bug
Replaced abs_top_srcdir with top_srcdir, not sure it's an
improvement but at least it's known that abs_top_srcdir
in cases have a problem and this is a more common variable
to use for the same purpose.
Diffstat (limited to 'storage/myisam/Makefile.am')
-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 797d7523301..8009f56fbf9 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) > $@ |