From owner-cvs-share Fri May 23 01:40:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA09391 for cvs-share-outgoing; Fri, 23 May 1997 01:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09275; Fri, 23 May 1997 01:38:51 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA11918; Fri, 23 May 1997 01:38:47 -0700 (PDT) Date: Fri, 23 May 1997 01:38:47 -0700 (PDT) Message-Id: <199705230838.BAA11918@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/05/23 01:38:46 PDT Modified files: share/mk bsd.lib.mk bsd.prog.mk Log: Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined with ${CXX} at the end; the only problem was, the directory name is "g++" and ${CXX} is defined as "c++" in sys.mk. Revision Changes Path 1.56 +2 -2 src/share/mk/bsd.lib.mk 1.50 +2 -2 src/share/mk/bsd.prog.mk