Asleep at the wheel. Fix LDADD and DPADD correctly this time.
This commit is contained in:
parent
212a74c429
commit
827166f3bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user