summaryrefslogtreecommitdiff
path: root/mysys/Makefile.am
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-04-05 22:18:21 +0200
committerMySQL Build Team <build@mysql.com>2009-04-05 22:18:21 +0200
commite4c94f0f2c825ba0f324c5c874e11dc902104be4 (patch)
treea22b2905fc8722596781332741434450056d4853 /mysys/Makefile.am
parente3550f5120104238b35d5f215d4065c533c61029 (diff)
downloadmariadb-git-e4c94f0f2c825ba0f324c5c874e11dc902104be4.tar.gz
Ensure that all dtrace files are properly removed during make clean
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r--mysys/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index f70c6199f5b..da840f123d9 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -132,6 +132,7 @@ libmysys_a_DEPENDENCIES += probes_mysql.o dtrace_files dtrace_providers
CLEANFILES = probes_mysql.o dtrace_files dtrace_providers
DTRACEFILES = mf_keycache.o
DTRACEPROVIDER = probes_mysql.d
+CLEANFILES += $(DTRACEPROVIDER) dtrace_sources
dtrace_files:
echo $(DTRACEFILES) > $@