diff options
-rw-r--r-- | lib/libc_r/test/Makefile | 2 |
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 := |