From owner-freebsd-current Thu Mar 14 23:05:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09406 for current-outgoing; Thu, 14 Mar 1996 23:05:26 -0800 (PST) Received: from VX23.CC.MONASH.EDU.AU (vx23.cc.monash.edu.au [130.194.1.23]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA09396 for ; Thu, 14 Mar 1996 23:05:20 -0800 (PST) Received: from moa.cc.monash.edu.au (george@moa.cc.monash.edu.au) by vaxc.cc.monash.edu.au (PMDF V5.0-6 #16291) id <01I2DKKP7FLQ9I4O3E@vaxc.cc.monash.edu.au> for current@freebsd.org; Fri, 15 Mar 1996 18:04:35 +1100 Received: (george@localhost) by moa.cc.monash.edu.au (8.6.10/8.6.4) id SAA12298 for current@freebsd.org; Fri, 15 Mar 1996 18:04:31 +1100 Date: Fri, 15 Mar 1996 18:04:31 +1100 From: George Scott Subject: libg++ Makefile and /usr/include To: current@freebsd.org Message-id: <199603150704.SAA12298@moa.cc.monash.edu.au> MIME-version: 1.0 Content-type: TEXT/PLAIN Content-transfer-encoding: 7BIT Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.