看板 DFBSD_commit 關於我們 聯絡資訊
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.