diff options
author | jdp <jdp@FreeBSD.org> | 1997-05-06 00:49:36 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-05-06 00:49:36 +0000 |
commit | af706d2990bc849297db6b64b18a11690dbe9ee4 (patch) | |
tree | 4e49389b3b01e362586895d48cd06a5b04d7666f /lib/libpthread/thread | |
parent | 7394cdac990f67fec226d3af9c0cfd828880903f (diff) | |
download | FreeBSD-src-af706d2990bc849297db6b64b18a11690dbe9ee4.zip FreeBSD-src-af706d2990bc849297db6b64b18a11690dbe9ee4.tar.gz |
Bye bye CPLUSPLUSLIB hack! It's not needed any more.
Don't merge this into -2.2 unless you understand the dependencies on
c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 3fa6df4..3fbc97b 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,6 +1,4 @@ -# $Id$ - -CPLUSPLUSLIB= cpluspluslib +# $Id: Makefile.inc,v 1.8 1997/02/22 15:05:31 peter Exp $ # uthread sources .PATH: ${.CURDIR}/uthread |