summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2001-08-29 09:13:29 +0300
committerunknown <monty@tik.mysql.fi>2001-08-29 09:13:29 +0300
commit4f1aaf457a11269eacb34f566c977d96348e16c3 (patch)
tree0251477ac14d64cd5bd1ba9e61b879cd7ce8ac60 /tools
parent558ae81fb1ab1bf2e190df027f6dda9ec5df97f4 (diff)
downloadmariadb-git-4f1aaf457a11269eacb34f566c977d96348e16c3.tar.gz
Fix to be able to configure without --with-tools
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0b84298a829..21455447ce1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,14 +8,6 @@ mysqlmngd_SOURCES = mysqlmngd.c my_vsnprintf.c
mysqltest_DEPENDENCIES= $(LIBRARIES) $(pkglib_LTLIBRARIES)
DEFS = -DUNDEF_THREADS_HACK
-mysys_src=my_vsnprintf.c mysys_priv.h
-
-link_sources:
- for f in $(mysys_src); do \
- rm -f $$f; \
- @LN_CP_F@ ../mysys/$$f $$f; \
- done;
-
# Don't update the files from bitkeeper
%::SCCS/s.%