From 3edbb869f696f2fe955a5464c9a3e64fe68343a7 Mon Sep 17 00:00:00 2001 From: "monty@tik.mysql.fi" <> Date: Wed, 29 Aug 2001 09:13:29 +0300 Subject: Fix to be able to configure without --with-tools --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b7ffd503460..61ea903ddb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,7 @@ SUBDIRS = include @docs_dirs@ @readline_dir@ \ # Relink after clean linked_sources = linked_client_sources linked_server_sources \ linked_libmysql_sources linked_libmysql_r_sources \ - linked_libmysqld_sources linked_include_sources \ - linked_tools_sources + linked_libmysqld_sources linked_include_sources CLEANFILES = $(linked_sources) @@ -45,11 +44,6 @@ linked_client_sources: @linked_client_targets@ cd client; $(MAKE) link_sources echo timestamp > linked_client_sources -linked_tools_sources: - cd tools; $(MAKE) link_sources - echo timestamp > linked_tools_sources - - linked_libmysql_sources: cd libmysql; $(MAKE) link_sources echo timestamp > linked_libmysql_sources -- cgit v1.2.1