diff --git a/Makefile b/Makefile index e889f2f..38ca2f2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SUBDIR= ${_ggatec} \ ${_ggated} \ ggatel -.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no") +.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" _ggatec= ggatec _ggated= ggated .endif