diff options
author | V Narayanan <v.narayanan@sun.com> | 2008-10-27 12:53:28 +0530 |
---|---|---|
committer | V Narayanan <v.narayanan@sun.com> | 2008-10-27 12:53:28 +0530 |
commit | 8d108cb53b48601aa0f570c918284e579ccff16b (patch) | |
tree | 00b7d41a8914d9e78fe03605fc0f104b30a3d03c /include/mysql_version.h.in | |
parent | 460a90b0bf21aeffe6674921f7c436e3054568be (diff) | |
download | mariadb-git-8d108cb53b48601aa0f570c918284e579ccff16b.tar.gz |
Bug#39571 abi_check Does not create all prerequisites
The abi_check target instroduced as part of WL#4380 verifies
changes to mysql.h. mysql.h in turn includes mysql_version.h.
mysql_version.h is a file that is generated during the configure
phase. We must ensure that mysql_version.h is cleaned only during
distclean and not during clean.
include/Makefile.am:
This file contains the following changes
1) Moves the cleaning of mysql_version.h from the clean
phase to the distclean phase.
2) Removes mysql_version.h.in from noinst_HEADERS, this
entry was reduntant since by virtue of inclusion of
mysql_version.h mysql_version.h.in is already included.
Diffstat (limited to 'include/mysql_version.h.in')
0 files changed, 0 insertions, 0 deletions