• V Narayanan's avatar
    Bug#39571 abi_check Does not create all prerequisites · 10b525d0
    V Narayanan authored
    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.
    10b525d0
Makefile.am 2.64 KB