blob: 0591060e6cb3bc371ca4d58c4ea478c10de1daa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.6 2002/03/18 14:17:44 martti Exp $
--- Makefile.in.orig Thu Feb 14 18:50:36 2002
+++ Makefile.in Mon Mar 18 14:48:56 2002
@@ -184,7 +184,7 @@
# These are built from source in the Docs directory
EXTRA_DIST = INSTALL-SOURCE README COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ @thread_dirs@ @sql_client_dirs@ @sql_server_dirs@ scripts tests man @bench_dirs@ support-files
+SUBDIRS = @thread_dirs@ @sql_server_dirs@ tests @bench_dirs@
# Relink after clean
|