diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-03-24 00:22:57 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-03-24 00:22:57 +0000 |
commit | a1d37e0153a0283def9f25528d0518ed2e7eddb8 (patch) | |
tree | 827e420ecff087cabb52953974714196d55c411c /lib/libc_r/TEST | |
parent | 89e52e28cf191fa186fce7cc879fc6bdf164884f (diff) |
revert to -pthread
Diffstat (limited to 'lib/libc_r/TEST')
-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 24700307033..87fb10b79b1 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -13,7 +13,7 @@ LIBC_R?= /usr/lib/libc_r.a CFLAGS += -Wall # -Werror DEBUG = -ggdb CFLAGS += -DSRCDIR='"${.CURDIR}"' -LDLIBS += -lpthread -lm ${LDSTATIC} +LDLIBS += -pthread -lm ${LDSTATIC} DPADD += ${LIBC_R} MKDEP = -p |