diff options
author | ru <ru@FreeBSD.org> | 2003-07-01 15:37:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-07-01 15:37:35 +0000 |
commit | 40bbdc533036dcf851a5b4c44f1b64b82b887a5a (patch) | |
tree | ed43b855d48095f0557ba50492a393fa15dc1b33 /lib/libpthread | |
parent | 1a6a93b81e058dab2a56d13fc7d77e7545c36abc (diff) | |
download | FreeBSD-src-40bbdc533036dcf851a5b4c44f1b64b82b887a5a.zip FreeBSD-src-40bbdc533036dcf851a5b4c44f1b64b82b887a5a.tar.gz |
Unbreak "make checkdpadd".
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index a247a4d..601c245 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map +LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall |