summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-23 08:33:59 +0000
committerasami <asami@FreeBSD.org>1997-05-23 08:33:59 +0000
commite9c4d2d63c02013ecc7b19feefb9f7437ee10a96 (patch)
tree37c4a50faeffcb01e786e9e58c3229c81fbdf0a0 /gnu
parent68323c9eb2b0845172f6e908768be47f4be888f5 (diff)
downloadFreeBSD-src-e9c4d2d63c02013ecc7b19feefb9f7437ee10a96.zip
FreeBSD-src-e9c4d2d63c02013ecc7b19feefb9f7437ee10a96.tar.gz
Add ${DESTDIR} in front of absolute paths.
Reviewed by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/Makefile4
-rw-r--r--gnu/lib/libstdc++/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index 4450023..a9199fd 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.18 1997/02/22 15:42:54 peter Exp $
+# $Id: Makefile,v 1.19 1997/05/06 00:49:28 jdp Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -12,7 +12,7 @@ LIB= g++
SHLIB_MAJOR= 4
SHLIB_MINOR= 0
-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 429c1fd..4507b3d 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
OpenPOWER on IntegriCloud