freebsd-ports/databases/percona55-server/files/patch-Makefile.in
2001-04-21 11:26:11 +00:00

17 lines
725 B
Plaintext

--- Makefile.in.orig Wed Apr 18 10:54:42 2001
+++ Makefile.in Sat Apr 21 13:00:23 2001
@@ -181,8 +181,12 @@
# 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
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources