diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-06-08 07:32:15 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-06-08 07:32:15 +0000 |
commit | aa16ee34f1f41d8976d560ed04fcda3b59509b74 (patch) | |
tree | b36326976b2edf9526fb0616aeaaf6c32aa7afbc /databases/mysql50-server/files/patch-Makefile.in | |
parent | Update to version 2.1.8. (diff) |
Update to 5.0.6 release.
Notes
Notes:
svn path=/head/; revision=137029
Diffstat (limited to 'databases/mysql50-server/files/patch-Makefile.in')
-rw-r--r-- | databases/mysql50-server/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysql50-server/files/patch-Makefile.in b/databases/mysql50-server/files/patch-Makefile.in index 56adfc29a52f..6790f0a052f5 100644 --- a/databases/mysql50-server/files/patch-Makefile.in +++ b/databases/mysql50-server/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Tue Mar 22 20:27:12 2005 -+++ Makefile.in Wed Apr 6 13:07:04 2005 -@@ -358,12 +358,7 @@ +--- Makefile.in.orig Thu May 26 15:27:53 2005 ++++ Makefile.in Fri Jun 3 15:05:48 2005 +@@ -355,12 +355,7 @@ # These are built from source in the Docs directory EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ +-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ - @readline_topdir@ sql-common \ - @thread_dirs@ pstack \ - @sql_union_dirs@ scripts man tests \ - netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ +- @bench_dirs@ support-files @tools_dirs@ +SUBDIRS = DIST_SUBDIRS = . include @docs_dirs@ zlib \ |