summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorNarayanan V <v.narayanan@sun.com>2008-06-18 15:43:03 +0530
committerNarayanan V <v.narayanan@sun.com>2008-06-18 15:43:03 +0530
commitae6b95c3c888a9dfffa134b3e326cd92e1d4a8df (patch)
tree0f92dbd1670f4855933e1227c5fa3d681a8dda5d /include/Makefile.am
parent72b74d581262c08233db28999e85fb46eb94811a (diff)
downloadmariadb-git-ae6b95c3c888a9dfffa134b3e326cd92e1d4a8df.tar.gz
Removed the references to mysql_h.ic in include/Makefile.am
include/Makefile.am: Removed 1) EXTRA_DIST which was pointing to mysql_h.ic 2) abi_check target which is not being used anymore since we are not using icheck
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 6f3e559cb23..bf89659c391 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.%