diff options
author | lenz@mysql.com <> | 2002-07-22 14:19:11 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-07-22 14:19:11 +0200 |
commit | 968c2861d48041266b5243cf3e6d238ae6bc604c (patch) | |
tree | 629aebf0675e3686d97064fc2126e9867977ed8e /Makefile.am | |
parent | 8ec2966ac074d5b4c2a8c4e4963b318ed8e994d2 (diff) | |
download | mariadb-git-968c2861d48041266b5243cf3e6d238ae6bc604c.tar.gz |
- Removed MIRRORS from EXTRA_DIST files in Makefile.am to get
"make dist" succeed again.
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 \ |