mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
libmysql/Makefile.shared
Remove extra link_sources target, which was not being used
(and was incorrect).
ctype-latin1_de.c
BitKeeper file /home/tim/my/4/strings/ctype-latin1_de.c
libmysql/Makefile.shared:
Remove extra link_sources target, which was
not being used (and was incorrect).
This commit is contained in:
parent
a56692c0b0
commit
0cf6786c48
2 changed files with 355 additions and 6 deletions
|
|
@ -58,12 +58,6 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \
|
|||
charset.lo hash.lo mf_iocache.lo my_seek.lo \
|
||||
my_pread.lo mf_cache.lo my_vsnprintf.lo
|
||||
|
||||
link_sources:
|
||||
for f in $(mysys_src); do \
|
||||
rm -f $$f; \
|
||||
@LN_CP_F@ ../mysys/$$f $$f; \
|
||||
done;
|
||||
|
||||
# Not needed in the minimum library
|
||||
mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo
|
||||
mysysobjects = $(mysysobjects1) $(mysysobjects2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue