diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 21:59:35 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-21 21:59:35 +0100 |
commit | d6278c115de0fe0e1266bdf24486976f96a75262 (patch) | |
tree | bd2c5354409da4787c3cf132dffa49eb0596b12d /storage | |
parent | bccf56e5358b959c375b2203a951b9dd6566d6e0 (diff) | |
download | mariadb-git-d6278c115de0fe0e1266bdf24486976f96a75262.tar.gz |
Missed updating heap engine
Diffstat (limited to 'storage')
-rw-r--r-- | storage/heap/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/heap/Makefile.am b/storage/heap/Makefile.am index e4b1239fa52..21bbb8c8051 100644 --- a/storage/heap/Makefile.am +++ b/storage/heap/Makefile.am @@ -60,14 +60,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 |