This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [non-stop] 01/10 Add "executing" property
> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Mon, 16 Jun 2008 10:42:09 +0400
>
> It's actually fairly weird that one has to maintain dependencies by hand,
We are obviously miscommunicating. What I meant was simple entries
like:
* Makefile.in (foo.o): Add bar.c and bar.h to prerequisites.
or
* Makefile.in (foo.o): Remove foobar.h from prerequisites.
That's a far cry from ``maintaining dependencies by hand''. It's
simply a description of what was modified in the rules for target
`foo.o'.