diff options
author | unknown <lenz@mysql.com> | 2003-03-25 22:48:13 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-03-25 22:48:13 +0100 |
commit | 0737f4adaa83a51b33f3ed26bbb31dd231c99be8 (patch) | |
tree | ed3840ac9ad6b52aac73e9281385b2cb70e2affe /Makefile.am | |
parent | 838d043c936d6727222096bbd74975ee89056f64 (diff) | |
download | mariadb-git-0737f4adaa83a51b33f3ed26bbb31dd231c99be8.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.am | 2 |
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@ \ |