This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Looking at the end of PR10996 [4/4] (stmp-docobjdir Makefile.inchanges)
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Kelley Cook <kelleycook at wideopenwest dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 21 Oct 2003 14:34:10 -0700
- Subject: Re: Looking at the end of PR10996 [4/4] (stmp-docobjdir Makefile.inchanges)
- References: <3F95A184.7040305@ford.com>
Kelley Cook <kcook34@ford.com> writes:
> * Makefile.in (doc): Depend on stmp-docobjdir.
> (info): Likewise.
> (generated_manpages): Likewise.
> ($(docobjdir)/%.info): No longer depend on stmp-docobjdir.
> ($(docobjdir)/%.1): Likewise.
> ($(docobjdir)/%.7): Likewise.
I don't like this; it means that if I do "make cpp.info" instead of
just "make info" it'll fail.
Or have I misunderstood? Convince me this is the right thing.
zw