cvs commit: src/lib/libncurses/libncurses Makefile
YONETANI Tomokazu
qhwt+dfly at les.ath.cx
Sat Mar 26 10:27:38 PST 2005
On Sat, Mar 26, 2005 at 03:28:03PM +0100, Joerg Sonnenberger wrote:
> On Fri, Mar 25, 2005 at 03:42:36AM -0800, YONETANI Tomokazu wrote:
> > ${CC}'s here were supposed be used as preprocessor, add -E.
> Wouldn't it be better to use CPP?
Well, probably it works. I did it that way because `${CC} -E' was
what it used to be (I mean before switching to ncurses-5.4), and
I was too lazy to go through those hairy shell scripts to make sure
using ${CPP} instead of `${CC} -E' works without a problem.
More information about the Commits
mailing list