[documentation] No need anymore to "mention ['gt-*.h' file] as a dependency in the...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 4 Aug 2021 11:52:58 +0000 (13:52 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 9 Aug 2021 11:28:10 +0000 (13:28 +0200)
... as of r202907 (Git commit b6541edc52ed57b6e47150396356d3080ba81034)
"remove explicit dependencies".

gcc/
* doc/gty.texi (Files): Update.

gcc/doc/gty.texi

index b90931d..cf070c1 100644 (file)
@@ -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