summaryrefslogtreecommitdiff
path: root/storage/federated
diff options
context:
space:
mode:
authorMC Brown <mc.brown@sun.com>2009-03-18 10:04:15 +0000
committerMC Brown <mc.brown@sun.com>2009-03-18 10:04:15 +0000
commit8578e16ce36175eb878dad18749327817ffd5196 (patch)
treedcc8bfc7d0cf0194c90ea503686127187e692adf /storage/federated
parenta0ef9fb9a87088eb6fcf8d957a910136500fdbb3 (diff)
downloadmariadb-git-8578e16ce36175eb878dad18749327817ffd5196.tar.gz
Fixing some issues in the build when using DTrace probes
Probe definition file is now a separate file that is copied during build to the correct location, this enforces dependency requirements correctly and allows builds to work when using the current or separate build directories
Diffstat (limited to 'storage/federated')
-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 4610a33299d..58e08b1462a 100644
--- a/storage/federated/Makefile.am
+++ b/storage/federated/Makefile.am
@@ -62,7 +62,7 @@ dtrace_providers: probes_mysql.d
echo $(DTRACEPROVIDER) > $@
probes_mysql.d:
-$(RM) -f probes_mysql.d
- $(CP) $(top_srcdir)/include/probes_mysql.d probes_mysql.d
+ $(CP) $(top_srcdir)/include/probes_mysql.d.base probes_mysql.d
echo timestamp > dtrace_sources
probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES)