diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-07-06 04:06:27 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-07-06 04:06:27 +0000 |
| commit | 5156a7b075bb2ad0243ca46e279549c606ad55d4 (patch) | |
| tree | 0963e0570b71fade65914ebe644dcbe4b5665b22 /gnu/lib/libg++ | |
| parent | ce933c6d2316a3ad5d1ad41c11c6cac397d4b014 (diff) | |
Do something more intelligent when compiling into ${DESTDIR}.
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/libg++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libg++/libg++/Makefile b/gnu/lib/libg++/libg++/Makefile index 2de59df4237..da9352eed86 100644 --- a/gnu/lib/libg++/libg++/Makefile +++ b/gnu/lib/libg++/libg++/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1994/02/10 01:47:47 cgd Exp $ +# $Id: Makefile,v 1.24 1994/07/06 04:06:27 mycroft Exp $ LIB= g++ @@ -21,8 +21,8 @@ SRCS= AllocRing.cc Obstack.cc builtin.cc \ 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 ${LIBCURSES} +LDADD= ${DESTDIR}/usr/lib/c++rt0.o -lcurses +DPADD= ${DESTDIR}/usr/lib/c++rt0.o ${LIBCURSES} NOMAN= noman .PATH: $(.CURDIR)/../iostream LIBCURSES!= printf "xxx:\n\techo \$${LIBCURSES}\n.include <bsd.prog.mk>" |\ |
