diff options
Diffstat (limited to 'storage/example/Makefile.am')
-rw-r--r-- | storage/example/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index 6361589ef1c..996e9e77db7 100644 --- a/storage/example/Makefile.am +++ b/storage/example/Makefile.am @@ -59,14 +59,14 @@ DTRACEPROVIDER = probes_mysql.d dtrace_files: echo $(DTRACEFILES) > $@ -dtrace_providers: dtrace_sources +dtrace_providers: probes_mysql.d echo $(DTRACEPROVIDER) > $@ -dtrace_sources: +probes_mysql.d: -$(RM) -f probes_mysql.d $(CP) $(top_srcdir)/include/probes_mysql.d probes_mysql.d echo timestamp > dtrace_sources -probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) dtrace_sources +probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) $(DTRACE) $(DTRACEFLAGS) -G -s $(DTRACEPROVIDER) $(DTRACEFILES) -o $@ endif |