From 8075905bc86fa242071128d0d2d7a582cc7c4907 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 29 Mar 2008 17:44:40 +0000 Subject: [PATCH] Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer build libkse. This should fix WITHOUT_LIBTHR builds as a side effect. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38ca2f2..8f889f1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SUBDIR= ${_ggatec} \ ${_ggated} \ ggatel -.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" +.if ${MK_LIBTHR} != "no" _ggatec= ggatec _ggated= ggated .endif