diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:32:39 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:32:39 +0100 |
commit | 24ca44731d3a60beae495acdaec15f9639dfb952 (patch) | |
tree | 9a010f69dd8748744d284f3eee7d853ba734cbd3 /include | |
parent | 27a0ce64ff5f95302fa92a7f0813209fdaaeeefd (diff) | |
download | mariadb-git-24ca44731d3a60beae495acdaec15f9639dfb952.tar.gz |
Remove the tmp file produced when checking abi
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index a17ef377e78..3a3b319505c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -69,6 +69,7 @@ abi_check: mysql.h mysql_version.h mysql_com.h mysql_time.h my_list.h \ if [ @ICHECK@ != no ] ; then \ @ICHECK@ --canonify --skip-from-re /usr/ -o $@.ic mysql.h; \ @ICHECK@ --compare mysql_h.ic $@.ic; \ + $(RM) -f $@.ic; \ fi; \ touch abi_check; |