From 8ea8ab63e3788aa53e0a8c6ef39c5c1593afaebc Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 6 Feb 2009 17:04:23 +0100 Subject: [PATCH] Missed two places in revert of top_srcdir revertal --- include/Makefile.am | 4 ++-- 1 file 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.%