diff options
author | MC Brown <mc.brown@sun.com> | 2009-03-18 10:04:15 +0000 |
---|---|---|
committer | MC Brown <mc.brown@sun.com> | 2009-03-18 10:04:15 +0000 |
commit | eb0781970479afc7d01441be9b0251af42455881 (patch) | |
tree | dcc8bfc7d0cf0194c90ea503686127187e692adf /storage/blackhole | |
parent | 6755c5dd275dddeb941fdeabe0d67e708553e3fd (diff) | |
download | mariadb-git-eb0781970479afc7d01441be9b0251af42455881.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/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 7ebd8a92e19..538dc5999f0 100644 --- a/storage/blackhole/Makefile.am +++ b/storage/blackhole/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) |