Add ${DESTDIR} in front of absolute paths.

Reviewed by:	bde
This commit is contained in:
asami 1997-05-23 08:33:59 +00:00
parent 153fa99873
commit 34c24d1d9d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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