This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: combining -MD with -MG leads to unexpected(?) behaviour
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Robert Schiele <rschiele at uni-mannheim dot de>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 28 Jan 2003 08:52:07 -0800
- Subject: Re: combining -MD with -MG leads to unexpected(?) behaviour
- References: <20030128142654.GA13174@schiele.local>
Robert Schiele <rschiele@uni-mannheim.de> writes:
...
> I want to use -MD, but expect from the compiler to build at least the
> dependency file, even if an include file could not be found, and such
> compilation must fail.
Can you expand on this a bit please? I suspect there's a reasonable
feature request here but I frankly don't understand what it is you
want the compiler to do.
zw