diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-02-05 02:55:20 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-02-05 02:55:20 +0000 |
| commit | cb10cbc878f902bd6ab00b78d339b27ce501a489 (patch) | |
| tree | 8f98e3f6fee1e10aa73a9c4af3a845a565f3b7f5 /lib/libpthread | |
| parent | e99c09e2dc011dcf7f559afcf09419ece30828cf (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index aec6f3ef2428..5b5eb3c79a36 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 |
