diff options
author | unknown <jani@hynda.(none)> | 2002-05-22 18:16:54 +0300 |
---|---|---|
committer | unknown <jani@hynda.(none)> | 2002-05-22 18:16:54 +0300 |
commit | 6a97c5912f6d28dd0aee73fd62f33a1a0511edc7 (patch) | |
tree | 2c0ae7486a7d3cee1c934c86b7603892247682e6 /libmysql/Makefile.shared | |
parent | 12f291981275a115c2afeeebdec83472b8a7231a (diff) | |
download | mariadb-git-6a97c5912f6d28dd0aee73fd62f33a1a0511edc7.tar.gz |
Removed GNU getopt from MySQL distribution (replaced by my_getopt)
BitKeeper/deleted/.del-getopt.c~a2dce359c5c071b1:
Delete: mysys/getopt.c
BitKeeper/deleted/.del-getopt1.c~e441714775f50c8f:
Delete: mysys/getopt1.c
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 3735ec12f36..206c6ad9d10 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -62,7 +62,7 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \ my_getopt.lo my_gethostbyname.lo # Not needed in the minimum library -mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo +mysysobjects2 = getvar.lo my_lib.lo mysysobjects = $(mysysobjects1) $(mysysobjects2) target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects) \ $(vio_objects) |