diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:33:33 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-13 13:33:33 +0100 |
commit | e5d88949c50bd97a6ed9e387a9dcb429c17f4a27 (patch) | |
tree | 29093e6f9e66e19ddc2d10f9cbdb39d5c671bb1a /include | |
parent | 0d087e055891d2e9d50346a63acfb94212b9a65e (diff) | |
parent | 24ca44731d3a60beae495acdaec15f9639dfb952 (diff) | |
download | mariadb-git-e5d88949c50bd97a6ed9e387a9dcb429c17f4a27.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
include/Makefile.am:
Auto merged
mysql-test/mysql-test-run.pl:
Auto merged
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 3500503207c..c4fe41e8a06 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -65,6 +65,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; |