From: Thomas Schwinge Date: Wed, 4 Aug 2021 11:52:58 +0000 (+0200) Subject: [documentation] No need anymore to "mention ['gt-*.h' file] as a dependency in the... X-Git-Tag: upstream/12.2.0~5885 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07;p=platform%2Fupstream%2Fgcc.git [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. --- diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index b90931d..cf070c1 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