mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
- fixes to properly make a "make distclean" (some files were not removed)
(There are probably some more to fix)
libmysql/Makefile.shared:
- clean up the vio_* and ctype-* symlinks that are created by link_source
(thanks to Christian Hammers from Debian for the patch)
strings/Makefile.am:
- remove ctype_autonf.c on "make distclean" (it's generated by "configure")
This commit is contained in:
parent
76b3506802
commit
2261105194
2 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ endif
|
|||
|
||||
libmystrings_a_SOURCES = $(ASRCS) $(CSRCS)
|
||||
noinst_PROGRAMS = conf_to_src
|
||||
DISTCLEANFILES = ctype_autoconf.c
|
||||
# Default charset definitions
|
||||
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
|
||||
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue