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 /mysys/Makefile.am | |
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 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 8519dd61bb0..f70c6199f5b 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -139,7 +139,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) |