summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-03-25 22:48:13 +0100
committerlenz@mysql.com <>2003-03-25 22:48:13 +0100
commit5e3155f1c73ec127bbb155ea17d9408a283ef0ff (patch)
treeed3840ac9ad6b52aac73e9281385b2cb70e2affe /Makefile.am
parent3872d04717cec954206ec0669bc6ce01099154d6 (diff)
downloadmariadb-git-5e3155f1c73ec127bbb155ea17d9408a283ef0ff.tar.gz
- removed redundant readline_dir from SUBDIRS to fix "make distclean"
(there is a Makefile in readline_topdir that already lists readline_dir in SUBDIRS)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9da59074caa..f8b559c4238 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB
SUBDIRS = . include @docs_dirs@ \
- @readline_topdir@ @readline_dir@ \
+ @readline_topdir@ \
@thread_dirs@ pstack @sql_client_dirs@ \
@sql_server_dirs@ scripts man tests \
BUILD @netware_dir@ os2 @libmysqld_dirs@ \