diff options
author | unknown <lenz@mysql.com> | 2002-07-22 14:19:11 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-07-22 14:19:11 +0200 |
commit | 13b52a757d3bbf0dbf3473cba6e7291b3b599034 (patch) | |
tree | 629aebf0675e3686d97064fc2126e9867977ed8e /Makefile.am | |
parent | f17a29e1ca9f36dce470d2d1c7ea4aabce247658 (diff) | |
download | mariadb-git-13b52a757d3bbf0dbf3473cba6e7291b3b599034.tar.gz |
- Removed MIRRORS from EXTRA_DIST files in Makefile.am to get
"make dist" succeed again.
Makefile.am:
Removed MIRRORS from source distribution
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 f56e67f1e83..87d1c7b5b71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README \ - COPYING COPYING.LIB MIRRORS + COPYING COPYING.LIB SUBDIRS = include @docs_dirs@ @readline_dir@ \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ @libmysqld_dirs@ scripts man \ |