Loading include/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
include/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading