diff options
author | deischen <deischen@FreeBSD.org> | 2001-01-24 13:41:04 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-01-24 13:41:04 +0000 |
commit | 61937e80897a53cdee9b63bdc1af318b95a687c6 (patch) | |
tree | 56bd4a4e94add3cb9eb7a805189628c2586301f9 /lib | |
parent | cf8988088c93f558376af9dce26c17d5aa766731 (diff) | |
download | FreeBSD-src-61937e80897a53cdee9b63bdc1af318b95a687c6.zip FreeBSD-src-61937e80897a53cdee9b63bdc1af318b95a687c6.tar.gz |
-pthread -> -lc_r
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/test/Makefile | 2 | ||||
-rw-r--r-- | lib/libkse/test/Makefile | 2 | ||||
-rw-r--r-- | lib/libpthread/test/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index db2f046..18f9573 100644 --- a/lib/libc_r/test/Makefile +++ b/lib/libc_r/test/Makefile @@ -32,7 +32,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -pthread +LIBS := -lc_r # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile index db2f046..18f9573 100644 --- a/lib/libkse/test/Makefile +++ b/lib/libkse/test/Makefile @@ -32,7 +32,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -pthread +LIBS := -lc_r # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index db2f046..18f9573 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -32,7 +32,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -pthread +LIBS := -lc_r # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := |