summaryrefslogtreecommitdiff
path: root/libmysql/Makefile.shared
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-12-27 17:37:55 +0100
committerunknown <lenz@mysql.com>2002-12-27 17:37:55 +0100
commit22611051945dc581414895086bd114dd597f69c7 (patch)
tree40ebc3ad96a668f4ad7d52551ed2a1eaa665e60e /libmysql/Makefile.shared
parent76b3506802c96afd65c906de9ae311c235475efc (diff)
downloadmariadb-git-22611051945dc581414895086bd114dd597f69c7.tar.gz
- 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")
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r--libmysql/Makefile.shared2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared
index 8fe15cca20c..b1c7438543f 100644
--- a/libmysql/Makefile.shared
+++ b/libmysql/Makefile.shared
@@ -77,6 +77,8 @@ clean-local:
rm -f `echo $(mystringsobjects) | sed "s;\.lo;.c;g"` \
`echo $(dbugobjects) | sed "s;\.lo;.c;g"` \
`echo $(mysysobjects) | sed "s;\.lo;.c;g"` \
+ `echo $(vio_objects) | sed "s;\.lo;.c;g"` \
+ $(CHARSET_SRCS) $(CHARSET_OBJS) \
$(mystringsextra) $(mystringsgen) $(mysysheaders) \
ctype_extra_sources.c ../linked_client_sources