summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorThava Alagu <talagu@mysql.com>2008-07-09 19:04:22 +0530
committerThava Alagu <talagu@mysql.com>2008-07-09 19:04:22 +0530
commit76d7670221d2d08a9ab6971058a2068a6a8ed0dc (patch)
tree7fdb8cf097484f89be0f493d9a2fd6e2132fedfc /include/Makefile.am
parent2ed83dd95ff3e142c37cb098a39422205cd14b21 (diff)
parentae6b95c3c888a9dfffa134b3e326cd92e1d4a8df (diff)
downloadmariadb-git-76d7670221d2d08a9ab6971058a2068a6a8ed0dc.tar.gz
WL#4380
Merging changes from 5.1 main tree to 5.1-sea team tree.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index f04afa06cb1..c6ee5163c7a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -41,7 +41,6 @@ noinst_HEADERS = config-win.h config-netware.h my_bit.h \
# Remove built files and the symlinked directories
CLEANFILES = $(BUILT_SOURCES) readline openssl
-EXTRA_DIST = mysql_h.ic
# Some include files that may be moved and patched by configure
DISTCLEANFILES = sched.h $(CLEANFILES)
@@ -63,18 +62,5 @@ my_config.h: config.h
dist-hook:
$(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h
-#
-# Rules for checking that ABI has not changed
-#
-
-# Create a icheck file and compare it to the reference
-abi_check: $(HEADERS_ABI) mysql_version.h mysql_h.ic
- @set -ex; \
- if [ @ICHECK@ != no ] ; then \
- @ICHECK@ --canonify --skip-from-re /usr/ -o $@ $(HEADERS_ABI); \
- @ICHECK@ --compare mysql_h.ic $@; \
- fi; \
- touch abi_check;
-
# Don't update the files from bitkeeper
%::SCCS/s.%