summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-06 17:04:23 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-06 17:04:23 +0100
commitfad409480e880ccab1c2a5eaafae46d3cb92440f (patch)
treeffcf58c94b3e504390faded643b5555618bfcb89 /include/Makefile.am
parent7c533921be4848301bae311556b9216c62ec1a97 (diff)
downloadmariadb-git-fad409480e880ccab1c2a5eaafae46d3cb92440f.tar.gz
Missed two places in revert of top_srcdir revertal
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 9050ba4b060..9326901bd6e 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -72,14 +72,14 @@ dist-hook:
if HAVE_DTRACE
BUILT_SOURCES += probes_mysql_dtrace.h
CLEANFILES += probes_mysql_dtrace.h
-DTRACEPROVIDER = $(top_srcdir)/sql/probes_mysql.d
+DTRACEPROVIDER = $(abs_top_srcdir)/sql/probes_mysql.d
probes_mysql_dtrace.h: $(DTRACEPROVIDER)
$(DTRACE) $(DTRACEFLAGS) -h -s $< -o $@
endif
probes_mysql_nodtrace.h: $(DTRACEPROVIDER)
- $(top_srcdir)/scripts/dheadgen.pl -f $^ > $@
+ $(abs_top_srcdir)/scripts/dheadgen.pl -f $^ > $@
# Don't update the files from bitkeeper
%::SCCS/s.%