diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-26 21:21:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-26 21:21:42 +0000 |
commit | e12d722d998d5306b1ede1ea47932a8643aaa794 (patch) | |
tree | 761d5fa5b8bcc1bb617c779f4f8621225d734a23 | |
parent | 8a5a2b9b8d7ff6af7d9544dbb0814011ac37952e (diff) | |
download | gunmake-e12d722d998d5306b1ede1ea47932a8643aaa794.tar.gz |
Formerly make.texinfo.~96~
-rw-r--r-- | make.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo index 10d2104..e1eb292 100644 --- a/make.texinfo +++ b/make.texinfo @@ -2127,8 +2127,8 @@ after it is no longer needed, as is normally done. You can also list the target pattern of an implicit rule (such as @samp{%.o}) as a dependency file of the special target @code{.PRECIOUS} -to preserve intermediate files whose target patterns match that file's -name. +to preserve intermediate files created by rules whose target patterns +match that file's name. @findex .IGNORE @item .IGNORE |