From 6a97c5912f6d28dd0aee73fd62f33a1a0511edc7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 22 May 2002 18:16:54 +0300 Subject: 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 --- libmysql/Makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysql/Makefile.shared') 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) -- cgit v1.2.1