diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-06 14:35:00 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-06 14:35:00 +0100 |
commit | cc6c28686ec55379060f91bf8766f0eb69467eec (patch) | |
tree | 72541dcb068852cd469de60e4f8f40f2073280f2 /storage/csv | |
parent | 9bfa4fe48d196f15ae81f29e9f50aec149b580ac (diff) | |
download | mariadb-git-cc6c28686ec55379060f91bf8766f0eb69467eec.tar.gz |
Reverted DTrace fix
Diffstat (limited to 'storage/csv')
-rw-r--r-- | storage/csv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/csv/Makefile.am b/storage/csv/Makefile.am index 52707ff6eb8..fa7f77bd746 100644 --- a/storage/csv/Makefile.am +++ b/storage/csv/Makefile.am @@ -47,7 +47,7 @@ libcsv_a_LIBADD = probes_mysql.o libcsv_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = libcsv_a-ha_tina.o -DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d +DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ |