Hi! On 2013-09-23T08:11:55-0600, Tom Tromey <tro...@redhat.com> wrote: > This removes most of the explicit dependencies for host objects.
Yay for automating this! > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > -trans-mem.o : [...] \ > - gt-trans-mem.h Etc. As obvious, pushed '[documentation] No need anymore to "mention ['gt-*.h' file] as a dependency in the 'Makefile'"' to master branch in commit 7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07, see attached. Grüße Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
>From 7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge <tho...@codesourcery.com> Date: Wed, 4 Aug 2021 13:52:58 +0200 Subject: [PATCH] [documentation] No need anymore to "mention ['gt-*.h' file] as a dependency in the 'Makefile'" ... as of r202907 (Git commit b6541edc52ed57b6e47150396356d3080ba81034) "remove explicit dependencies". gcc/ * doc/gty.texi (Files): Update. --- gcc/doc/gty.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index b90931dcc9c..cf070c1f7f7 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -630,8 +630,7 @@ pathname relative to the @file{gcc} directory with slashes replaced by @verb{|-|}, so for example the header file to be included in @file{cp/parser.c} is called @file{gt-cp-parser.h}. The generated header file should be included after everything else in the -source file. Don't forget to mention this file as a dependency in the -@file{Makefile}! +source file. @end enumerate -- 2.30.2