Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 1996 18:04:31 +1100
From:      George Scott <George.Scott@cc.monash.edu.au>
To:        current@freebsd.org
Subject:   libg++ Makefile and /usr/include
Message-ID:  <199603150704.SAA12298@moa.cc.monash.edu.au>

next in thread | raw e-mail | index | archive | help
This is probably a silly question, but...

In gnu/lib/libg++/Makefile there is a bit of code that looks like:

> CFLAGS+=	-nostdinc -I${.CURDIR}/include -I/usr/include
> CXXFLAGS+=	-I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \
> 		-nostdinc++

Why is /usr/include mentioned explicitly?

This seems to make cc use /usr/include rather than DESTDIR/usr/include.

George.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603150704.SAA12298>