diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-04 13:52:58 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-09 13:28:10 +0200 |
commit | 7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07 (patch) | |
tree | df9ce3c3e3d902285cdfce1f528303731c08d03b | |
parent | 67b8443bd1f6cfb194eed6043a3acca4369fd09c (diff) | |
download | gcc-7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07.zip gcc-7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07.tar.gz gcc-7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07.tar.bz2 |
[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.
-rw-r--r-- | gcc/doc/gty.texi | 3 |
1 files changed, 1 insertions, 2 deletions
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 |