From 3a0a6f00c685f46f89e1771b930376ed514aefa0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 19 Jul 2008 06:44:16 +0000 Subject: [PATCH] DEVEL15-more-no-unconditional-pthreaded-ubik-20080718 LICENSE BSD More directories should be conditional on pthreaded ubik. (cherry picked from commit 227f7e8eda70fbd62d0747a4334149fcd43deaf8) --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 95f366821..655f2f6c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -295,7 +295,7 @@ volser: cmd comerr tviced usd kauth audit ${COMPILE_PART1} volser ${COMPILE_PART2} tvolser: project tviced usd libafsrpc libafsauthent volser - case ${SYS_NAME} in \ + [ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*obsd*) \ ${COMPILE_PART1} tvolser ${COMPILE_PART2} ;; \ *_darwin_[1-6][0-9]) \ @@ -540,7 +540,7 @@ budb: cmd comerr bubasics uss ${COMPILE_PART1} budb ${COMPILE_PART2} tbudb: budb - case ${SYS_NAME} in \ + [ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[of]bsd*|*nbsd[234]*) \ ${COMPILE_PART1} tbudb ${COMPILE_PART2} ;; \ *_darwin_[1-6][0-9]) \ -- 2.39.5