[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new port: QCad
Brad <brad@comstyle.com> wrote:
> CC="${CC}" is prefered.
That is a confusing statement. In a Makefile, CC=${CC} is a recursive
definition and an error.
I think what Brad meant to say is that you can just use
MAKE_FLAGS= CC="${CC}"
to override a definition the distributed Makefile may contain. You can
save a patch that way. On the other hand, if you already need to patch
the provided Makefile anyway, you might just as well remove any CC
assignment there or use ?= .
--
Christian "naddy" Weisgerber naddy@mips.inka.de