From 827166f3bca6e1dd42cc5ffe385fcfd45bb1a190 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 5 Jan 1994 21:34:30 +0000 Subject: [PATCH] Asleep at the wheel. Fix LDADD and DPADD correctly this time. --- gnu/lib/libg++/libg++/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/lib/libg++/libg++/Makefile b/gnu/lib/libg++/libg++/Makefile index 86c280934899..7746f95e5baa 100644 --- a/gnu/lib/libg++/libg++/Makefile +++ b/gnu/lib/libg++/libg++/Makefile @@ -1,10 +1,7 @@ -# $Id: Makefile,v 1.19 1994/01/05 21:27:44 mycroft Exp $ +# $Id: Makefile,v 1.20 1994/01/05 21:34:30 mycroft Exp $ LIB= g++ -DPADD+= ${LIBCURSES} -LDADD+= -lcurses - SRCS= AllocRing.cc Obstack.cc builtin.cc \ regex.cc Regex.cc String.cc Integer.cc Rational.cc Complex.cc Random.cc \ BitSet.cc BitString.cc LogNorm.cc SmplHist.cc SmplStat.cc \ @@ -25,7 +22,7 @@ CXXFLAGS+= -nostdinc++ -I$(.CURDIR)/../g++-include \ -I$(.CURDIR)/../iostream CFLAGS+= -I$(.CURDIR) LDADD= /usr/lib/c++rt0.o -lcurses -DPADD= /usr/lib/c++rt0.o +DPADD= /usr/lib/c++rt0.o ${LIBCURSES} NOMAN= noman .PATH: $(.CURDIR)/../iostream