summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++/Makefile')
-rw-r--r--gnu/lib/libg++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index 5b4ece6..6ec0942 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1995/08/06 12:22:53 bde Exp $
+# $Id: Makefile,v 1.12 1996/08/30 02:09:09 peter 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 \
@@ -29,8 +29,8 @@ NOMAN= noman
CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include
CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \
-nostdinc++
-LDADD+= -lcurses -lcompat -lgcc_pic
-DPADD+= ${LIBCURSES} ${LIBCOMPAT}
+DPADD= ${LIBCURSES} ${LIBCOMPAT} ${LIBGCC_PIC}
+LDADD= -lcurses -lcompat -lgcc_pic
.PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ ${.CURDIR}/librx
beforeinstall:
OpenPOWER on IntegriCloud