From 4bfad7cc80143b1753e87a4f92a13a50710a8df3 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 2 Jun 2003 00:21:41 +0000 Subject: Revert accidental change: don't change the thread library for testing to libthr. Oops, sorry about that. Submitted by: "Simon L. Nielsen" --- lib/libc_r/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 := -- cgit v1.1