Stephen torri wrote:
> In a project which I particpate with there are certain compiler flags
> that need to be removed from the CFLAGS because they cause problems with
> the compiled code.
> 
> For example if with a imaginary compiler I had the flags:
> 
> CFLAGS="-a -b -c d"
> 
> For a large part of the project the CFLAGS are fine but a few files
> cannot have '-c'.
> 
> How do I remove it safely without redefinine CFLAGS within the
> Makefile.am file?

object_that_breaks_with_c_CFLAGS = -a -b -d

Cheers, 
        Gary.
-- 
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to