Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 01:33:10 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/gnu/usr.bin/bc Makefile
Message-ID:  <199804301533.BAA30471@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    gnu/usr.bin/bc       Makefile 
>  Log:
>  Fix make - use -I${.CURDIR} instead of -I.

Not quite right.  It should generate and use bc.h (like it used to
generate and use y.tab.h), so -I. should still be necessary.  It
actually generates y.tab.h but uses bc.h from the contrib directory.
This works because out version of bison is close enough to the one
used to build the distribution (y.tab.h happens to be identical to
bc.h).  Removing generated files from the contrib directory would
make this bug more obvious as well as guarding against picking up
a stale header (see the logs for gdb/gdb and groff/eqn).

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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