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 | 117ae64c9777e96c12ed14a9e2eff367c050cd30 (patch) | |
tree | aa54e86d62c53e378eefd8b3ce29051a2a63df93 /storage/federated/Makefile.am | |
parent | 81f55219c2b3bc04135dc197ac150f084fc7e25a (diff) | |
download | mariadb-git-117ae64c9777e96c12ed14a9e2eff367c050cd30.tar.gz |
More readability for DTrace commands
Diffstat (limited to 'storage/federated/Makefile.am')
-rw-r--r-- | storage/federated/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/federated/Makefile.am b/storage/federated/Makefile.am index 25db59dc3ce..395f4225fe4 100644 --- a/storage/federated/Makefile.am +++ b/storage/federated/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 |