diff options
author | monty@donna.mysql.com <> | 2000-11-17 14:38:53 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-17 14:38:53 +0200 |
commit | 7f2aff3de469e3875d89ef8536c59350fd22a85d (patch) | |
tree | cb381ac1fff02141e93130f4b183687527fdaffc /mysys/Makefile.am | |
parent | 4db04e734e223499f33a7a2a361e3f61c34c7510 (diff) | |
download | mariadb-git-7f2aff3de469e3875d89ef8536c59350fd22a85d.tar.gz |
Fixed bug with text key compares in BDB
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 9e9b4f8d9ed..d64f4959746 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -61,7 +61,7 @@ DEFS = -DDEFAULT_BASEDIR=\"$(prefix)\" \ -DSHAREDIR="\"$(MYSQLSHAREdir)\"" \ @DEFS@ -getopt1.o: @THREAD_LOBJECTS@ +#getopt1.o: @THREAD_LOBJECTS@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ __math.h time.h __time.h unistd.h __unistd.h types.h \ |