summaryrefslogtreecommitdiff
path: root/storage/federated/Makefile.am
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-20 00:56:25 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-20 00:56:25 +0100
commit117ae64c9777e96c12ed14a9e2eff367c050cd30 (patch)
treeaa54e86d62c53e378eefd8b3ce29051a2a63df93 /storage/federated/Makefile.am
parent81f55219c2b3bc04135dc197ac150f084fc7e25a (diff)
downloadmariadb-git-117ae64c9777e96c12ed14a9e2eff367c050cd30.tar.gz
More readability for DTrace commands
Diffstat (limited to 'storage/federated/Makefile.am')
-rw-r--r--storage/federated/Makefile.am2
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