diff options
author | unknown <tim@white.box> | 2001-09-06 17:17:18 -0400 |
---|---|---|
committer | unknown <tim@white.box> | 2001-09-06 17:17:18 -0400 |
commit | 0cf6786c48446d88eeda6eb96e8f769b9a42e7f4 (patch) | |
tree | 0f785cba56f528597fd60b16735d43b643697be0 /libmysql/Makefile.shared | |
parent | a56692c0b08ada4265e923fd35e3286434bf792b (diff) | |
download | mariadb-git-0cf6786c48446d88eeda6eb96e8f769b9a42e7f4.tar.gz |
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).
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index afc6d561ce3..8513b92624e 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -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) |