diff options
author | unknown <tonu@x153.internalnet> | 2001-08-30 04:46:25 +0800 |
---|---|---|
committer | unknown <tonu@x153.internalnet> | 2001-08-30 04:46:25 +0800 |
commit | cda4e4d23c10f50563a9f2c968da3228b128e40c (patch) | |
tree | dfdc96df3070f65824ee901d31f6866979a3da76 /tools | |
parent | 6b6483ef6fea275d27c8ea49f4d009e9cf6b181f (diff) | |
download | mariadb-git-cda4e4d23c10f50563a9f2c968da3228b128e40c.tar.gz |
Makefile.am DidnĀ“ t compile after clone
tools/Makefile.am:
DidnĀ“ t compile after clone
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 21455447ce1..afb888c3a9a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -5,7 +5,7 @@ LIBS = @TOOLS_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql_r/libmysqlclient_r.la bin_PROGRAMS = mysqlmngd mysqlmngd_SOURCES = mysqlmngd.c my_vsnprintf.c -mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) +#mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES) DEFS = -DUNDEF_THREADS_HACK # Don't update the files from bitkeeper |