diff options
author | MySQL Build Team <build@mysql.com> | 2009-04-05 22:18:21 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-04-05 22:18:21 +0200 |
commit | e4c94f0f2c825ba0f324c5c874e11dc902104be4 (patch) | |
tree | a22b2905fc8722596781332741434450056d4853 /mysys/Makefile.am | |
parent | e3550f5120104238b35d5f215d4065c533c61029 (diff) | |
download | mariadb-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.am | 1 |
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) > $@ |