diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-09-02 21:27:54 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-09-02 21:27:54 +0000 |
commit | f2bc67e5ae5ee4ba39235bdaef3fa2ba27f84c5c (patch) | |
tree | e3dbc30fb7baee65d772aad68dea2a8abbd7a834 /databases/mysql41-server/files/patch-Makefile.in | |
parent | af31307e489b33a941c88c7c7fa4741bae22b683 (diff) |
Notes
Diffstat (limited to 'databases/mysql41-server/files/patch-Makefile.in')
-rw-r--r-- | databases/mysql41-server/files/patch-Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/mysql41-server/files/patch-Makefile.in b/databases/mysql41-server/files/patch-Makefile.in index 1ec46e3b31bb..54fcf35c5e2c 100644 --- a/databases/mysql41-server/files/patch-Makefile.in +++ b/databases/mysql41-server/files/patch-Makefile.in @@ -1,16 +1,16 @@ ---- Makefile.in.orig Fri May 28 21:38:32 2004 -+++ Makefile.in Mon May 31 15:10:44 2004 -@@ -282,12 +282,7 @@ +--- Makefile.in.orig Thu Aug 26 23:47:06 2004 ++++ Makefile.in Thu Sep 2 12:49:11 2004 +@@ -297,12 +297,7 @@ # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING zlib --SUBDIRS = . include @docs_dirs@ \ + EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT +-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ - @readline_topdir@ sql-common \ - @thread_dirs@ pstack @sql_client_dirs@ \ -- @sql_server_dirs@ scripts man tests SSL\ -- BUILD netware os2 @libmysqld_dirs@ \ +- @sql_server_dirs@ scripts man tests \ +- netware @libmysqld_dirs@ \ - @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ +SUBDIRS = - # Relink after clean + DIST_SUBDIRS = . include @docs_dirs@ zlib \ |