summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-11-13 13:32:39 +0100
committermsvensson@neptunus.(none) <>2006-11-13 13:32:39 +0100
commit0ef85c5d8d260d208a5eb2f03b3eb8f94eacf8df (patch)
tree9a010f69dd8748744d284f3eee7d853ba734cbd3 /include/Makefile.am
parent716621db3f3055781e24f561325cec6eac181717 (diff)
downloadmariadb-git-0ef85c5d8d260d208a5eb2f03b3eb8f94eacf8df.tar.gz
Remove the tmp file produced when checking abi
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
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;