From c03701303f41816c9200f9b8e4a89b06f6a94112 Mon Sep 17 00:00:00 2001 From: davidxu Date: Thu, 5 Feb 2004 02:55:20 +0000 Subject: libkse was renamed to libpthread. --- lib/libpthread/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/test/Makefile') diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index aec6f3e..5b5eb3c 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -lkse +LIBS := -lpthread # Flags passed to verify. "-v" or "-u" may be useful. VERIFY = perl verify -- cgit v1.1