summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/files/patch-Makefile.in
blob: 00190736f76573033a006322feb27bb4fdb1b82c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.in.orig	Sat Jan  1 17:59:38 2000
+++ Makefile.in	Mon Jan  3 17:19:23 2000
@@ -144,7 +144,11 @@
 # These are built from source in the Docs directory
 EXTRA_DIST = INSTALL-SOURCE-GENERIC README 			PUBLIC INSTALL-SOURCE MIRRORS
 
-SUBDIRS = include @docs_dirs@ @readline_dir@ client 			@sql_server_dirs@ scripts tests man 			@bench_dirs@ support-files
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ client tests man
+.else
+SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files
+.endif
 
 
 # Relink after clean