Browse Source

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.
tags/ggatessh-v1.0.0
ru 17 years ago
parent
commit
8075905bc8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -6,7 +6,7 @@ SUBDIR= ${_ggatec} \
${_ggated} \ ${_ggated} \
ggatel ggatel


.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
.if ${MK_LIBTHR} != "no"
_ggatec= ggatec _ggatec= ggatec
_ggated= ggated _ggated= ggated
.endif .endif


Loading…
Cancel
Save