This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
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
ff12a9e0c9
commit
8075905bc8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save