Missed two places in revert of top_srcdir revertal
This commit is contained in:
parent
d7d7cf6ce9
commit
8ea8ab63e3
@ -72,14 +72,14 @@ dist-hook:
|
|||||||
if HAVE_DTRACE
|
if HAVE_DTRACE
|
||||||
BUILT_SOURCES += probes_mysql_dtrace.h
|
BUILT_SOURCES += probes_mysql_dtrace.h
|
||||||
CLEANFILES += 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)
|
probes_mysql_dtrace.h: $(DTRACEPROVIDER)
|
||||||
$(DTRACE) $(DTRACEFLAGS) -h -s $< -o $@
|
$(DTRACE) $(DTRACEFLAGS) -h -s $< -o $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
probes_mysql_nodtrace.h: $(DTRACEPROVIDER)
|
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
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user