diff options
author | monty@donna.mysql.com <> | 2000-11-17 14:39:26 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-17 14:39:26 +0200 |
commit | 19a9f8f943ad93d0d607ff358cd7314a6ee262d2 (patch) | |
tree | a149e4ce9e9d7f49d34261056fa0e1893a5b118b /mysys | |
parent | 7344370353861f4a37eb23428ae2f210a2c59ff0 (diff) | |
parent | 7f2aff3de469e3875d89ef8536c59350fd22a85d (diff) | |
download | mariadb-git-19a9f8f943ad93d0d607ff358cd7314a6ee262d2.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
Diffstat (limited to 'mysys')
-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 \ |