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 | b040b460ed5fb368d1e97c9340c18274cf3d31f2 (patch) | |
tree | d7e1604b86f633d890d33da7922c0fd02c33c981 /mysys/Makefile.am | |
parent | d6ac37e194494f2093ffabafaf94a58034d6b7c9 (diff) | |
download | mariadb-git-b040b460ed5fb368d1e97c9340c18274cf3d31f2.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 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 045c80f32e4..0329d137c24 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -131,7 +131,7 @@ libmysys_a_LIBADD += probes_mysql.o libmysys_a_DEPENDENCIES += probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = mf_keycache.o -DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d +DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ |