summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2008-12-20 15:16:46 +0100
committerMikael Ronstrom <mikael@mysql.com>2008-12-20 15:16:46 +0100
commit4eaa41e29646742b2d591f64eb2971caa1610b9f (patch)
treee6e88b6a3cc633207a2fcfe176b4d231d3980867 /storage/example
parent0339019df6e551653fddf623f80dc1526ec97041 (diff)
downloadmariadb-git-4eaa41e29646742b2d591f64eb2971caa1610b9f.tar.gz
A number of fixes to DTrace patch
Removed instance manager from builds
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am
index bb350dc3639..bcf519c67c6 100644
--- a/storage/example/Makefile.am
+++ b/storage/example/Makefile.am
@@ -62,7 +62,7 @@ dtrace_files:
dtrace_providers:
echo $(DTRACEPROVIDER) > $@
probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES)
- $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
+ $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@
endif
# Don't update the files from bitkeeper