diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:33:59 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:33:59 +0000 |
| commit | 2a48a07b0c60126c9fc99f1bc41c34804656126a (patch) | |
| tree | d142c9c783ce633647d62d1ef6073cd26664b4a6 /gnu/lib/libstdc++ | |
| parent | 6ded366aaa1fd4c546a124d55756d0f3bc35158a (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 429c1fdc9c59..4507b3d35870 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1997/04/09 16:00:07 peter Exp $ +# $Id: Makefile,v 1.6 1997/05/06 00:49:35 jdp Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ @@ -11,7 +11,7 @@ LIB= stdc++ SHLIB_MAJOR= 2 SHLIB_MINOR= 0 -CFLAGS+= -I${GPPDIR}/include -I/usr/include/g++ -I. +CFLAGS+= -I${GPPDIR}/include -I${DESTDIR}/usr/include/g++ -I. CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++ CXXFLAGS+= -fno-implicit-templates |
