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 /storage/heap/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 'storage/heap/Makefile.am')
-rw-r--r-- | storage/heap/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/Makefile.am b/storage/heap/Makefile.am index 67bf37f239e..c30fd1590f0 100644 --- a/storage/heap/Makefile.am +++ b/storage/heap/Makefile.am @@ -57,6 +57,7 @@ libheap_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers DTRACEFILES = ha_heap.o DTRACEPROVIDER = probes_mysql.d +CLEANFILES += $(DTRACEPROVIDER) dtrace_sources dtrace_files: echo $(DTRACEFILES) > $@ |