Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 1996 08:14:21 -0800 (PST)
From:      Steve Price <steve>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/bc Makefile
Message-ID:  <199611041614.IAA28477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       96/11/04 08:14:19

  Modified:    gnu/usr.bin/bc  Makefile
  Log:
  Change -I$(.CURDIR) to -I. in CFLAGS.  As Bruce pointed out
  $(...) is bad style and without -I. this program would not
  compile unless ${.OBJDIR} == ${.CURDIR}.
  
  Submitted by: bde
  
  Revision  Changes    Path
  1.5       +1 -1      src/gnu/usr.bin/bc/Makefile



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