blob: f3ead2905f607a407c75b13dcd1ecd6df1888422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-aa,v 1.8 2005/03/08 16:48:11 xtraeme Exp $
--- Makefile.in.orig 2005-01-17 15:15:42.000000000 +0100
+++ Makefile.in 2005-01-17 15:16:11.000000000 +0100
@@ -339,12 +339,8 @@
# These are built from source in the Docs directory
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
-SUBDIRS = . include @docs_dirs@ @zlib_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@
+SUBDIRS = . include @thread_dirs@ pstack @sql_server_dirs@ tests \
+ @bench_dirs@ support-files
DIST_SUBDIRS = . include @docs_dirs@ zlib \
@readline_topdir@ sql-common \
|