diff options
author | unknown <dlenev@brandersnatch.localdomain> | 2004-06-23 02:48:47 +0400 |
---|---|---|
committer | unknown <dlenev@brandersnatch.localdomain> | 2004-06-23 02:48:47 +0400 |
commit | 5adf6574bd1cfb02834a699a5794038a40773ee0 (patch) | |
tree | d00601afdb86cc26219085256d0d399d948d4ddd /extra/Makefile.am | |
parent | 35cf4e28163c775e782f888c0032f1633979064d (diff) | |
download | mariadb-git-5adf6574bd1cfb02834a699a5794038a40773ee0.tar.gz |
Disabling broken building of mysql_tztime_to_sql utility to allow perform test builds.
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 1e720474784..aec7ad7dda5 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -19,16 +19,7 @@ INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include \ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \ ../dbug/libdbug.a ../strings/libmystrings.a bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ - resolve_stack_dump mysql_waitpid mysql_tzinfo_to_sql - -mysql_tzinfo_to_sql_SOURCES = tztime.cc -mysql_tzinfo_to_sql_CXXFLAGS = -DTZINFO2SQL $(AM_CXXFLAGS) -mysql_tzinfo_to_sql_LDADD = $(LDADD) $(CXXLDFLAGS) - -tztime.cc: - rm -f $(srcdir)/tztime.cc; \ - @LN_CP_F@ $(top_srcdir)/sql/tztime.cc $(srcdir)/tztime.cc - + resolve_stack_dump mysql_waitpid # Don't update the files from bitkeeper %::SCCS/s.% |