diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:35:10 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:35:10 +0000 |
| commit | adba7005274510dacd959a55860aae5d5585e0a7 (patch) | |
| tree | 789a8c159546512702bf27f7026bb98aa5037655 /gnu/lib | |
| parent | 611b2d774fe9a13e18b2fbb5fc85fbd9d43c0546 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 4 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index f00cbcfff430..c041391e853f 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.15 1996/10/04 15:11:42 peter Exp $ +# $Id: Makefile,v 1.16 1996/10/07 23:38:08 peter Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ @@ -13,7 +13,7 @@ SHLIB_MAJOR= 4 SHLIB_MINOR= 0 CPLUSPLUSLIB= 1 # include c++rt0.o for static constructors -CFLAGS+= -I${GPPDIR}/include -I/usr/include/g++ +CFLAGS+= -I${GPPDIR}/include -I${DESTDIR}/usr/include/g++ CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++ # C source diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 326d303fdf30..baff97c50a8c 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1996/10/03 22:52:22 peter Exp $ +# $Id: Makefile,v 1.1.2.1 1996/11/15 18:15:45 jkh Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ @@ -12,7 +12,7 @@ SHLIB_MAJOR= 2 SHLIB_MINOR= 0 CPLUSPLUSLIB= 1 # include c++rt0.o for static constructors -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 |
