summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-06-02 00:21:41 +0000
committerrwatson <rwatson@FreeBSD.org>2003-06-02 00:21:41 +0000
commit4bfad7cc80143b1753e87a4f92a13a50710a8df3 (patch)
treec6fb33540302ac4b8e1f59a566827df6d274abea /lib/libc_r
parenta16e92bfa3cc19afd08f31e8ee4b5b996cdce803 (diff)
downloadFreeBSD-src-4bfad7cc80143b1753e87a4f92a13a50710a8df3.zip
FreeBSD-src-4bfad7cc80143b1753e87a4f92a13a50710a8df3.tar.gz
Revert accidental change: don't change the thread library for testing to
libthr. Oops, sorry about that. Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
index 98edbb2..0eb530c 100644
--- a/lib/libc_r/test/Makefile
+++ b/lib/libc_r/test/Makefile
@@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
LDFLAGS_A := -static
LDFLAGS_P := -pg
LDFLAGS_S :=
-LIBS := -lthr
+LIBS := -lc_r
# Flags passed to verify. "-v" or "-u" may be useful.
VFLAGS :=
OpenPOWER on IntegriCloud