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 /sql/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 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 5a6ec20eed0..e44db69e713 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -229,6 +229,7 @@ mysqld_LDADD += probes_all.o mysqld_DEPENDENCIES += dtrace_files dtrace_providers probes_all.o CLEANFILES += dtrace_files dtrace_providers probes_all.o DTRACEPROVIDER = probes_mysql.d +CLEANFILES += $(DTRACEPROVIDER) dtrace_files: echo $(DTRACEFILES) > $@ |