diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-20 00:56:25 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-20 00:56:25 +0100 |
commit | f603e1b634108d93f07c9b571da3c200efefa4b9 (patch) | |
tree | aa54e86d62c53e378eefd8b3ce29051a2a63df93 /storage/blackhole | |
parent | 1d30c15ad6babb810aaf14ebe3c1a9d5df054a04 (diff) | |
download | mariadb-git-f603e1b634108d93f07c9b571da3c200efefa4b9.tar.gz |
More readability for DTrace commands
Diffstat (limited to 'storage/blackhole')
-rw-r--r-- | storage/blackhole/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/blackhole/Makefile.am b/storage/blackhole/Makefile.am index c274ce8f908..fe7da5deed0 100644 --- a/storage/blackhole/Makefile.am +++ b/storage/blackhole/Makefile.am @@ -61,7 +61,7 @@ dtrace_files: dtrace_providers: echo $(DTRACEPROVIDER) > $@ probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) - $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@ + $(DTRACE) $(DTRACEFLAGS) -G -s $(DTRACEPROVIDER) $(DTRACEFILES) -o $@ endif # Don't update the files from bitkeeper |