Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 1997 01:38:47 -0700 (PDT)
From:      Satoshi Asami <asami@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
Message-ID:  <199705230838.BAA11918@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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