From 440c2f439a0574720b8cb1f778f9e54d2f0dd0db Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 20 Feb 2009 01:06:32 +0100 Subject: 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 --- storage/heap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/heap/Makefile.am') diff --git a/storage/heap/Makefile.am b/storage/heap/Makefile.am index 4aeffe5a5d8..d8bb1da3ecd 100644 --- a/storage/heap/Makefile.am +++ b/storage/heap/Makefile.am @@ -56,7 +56,7 @@ libheap_a_LIBADD = probes_mysql.o libheap_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = ha_heap.o -DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d +DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ -- cgit v1.2.1