freebsd-ports/databases/mysql40-server/files/patch-Makefile.in

22 lines
675 B
Text
Raw Normal View History

--- Makefile.in.orig Tue Feb 4 13:55:10 2003
+++ Makefile.in Tue Feb 4 13:58:31 2003
@@ -210,13 +210,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ pstack @sql_client_dirs@ \
- @sql_server_dirs@ scripts man tests \
- BUILD netware os2 @libmysqld_dirs@ \
- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ \
- @platform_dir@
2003-01-29 17:30:27 +01:00
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
linked_sources = linked_client_sources linked_server_sources \