diff options
author | ache <ache@FreeBSD.org> | 1995-05-08 16:10:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-08 16:10:34 +0000 |
commit | 7d2ee025c4a44816fde0015b84f73d374b27a3c0 (patch) | |
tree | e61e14c2a9418285d609bfa27304168cecbd8b62 | |
parent | aef44373fed97c07525668d77777c524c4b2616d (diff) | |
download | FreeBSD-src-7d2ee025c4a44816fde0015b84f73d374b27a3c0.zip FreeBSD-src-7d2ee025c4a44816fde0015b84f73d374b27a3c0.tar.gz |
Bump major number, function deleted
-rw-r--r-- | gnu/lib/libg++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 4c7b146..a8c078d 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.8 1995/03/20 09:38:21 rgrimes Exp $ # SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \ bitinvert.c bitlcomp.c bitset1.c bitxor.c cleanup.c except.c \ @@ -22,6 +22,8 @@ SRCS+= ACG.cc AllocRing.cc Binomial.cc BitSet.cc BitString.cc Complex.cc \ stdiostream.cc stdstrbufs.cc stdstreams.cc str.cc stream.cc \ streambuf.cc strstream.cc LIB= g++ +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 NOMAN= noman CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \ |