diff options
author | Roland McGrath <roland@redhat.com> | 1994-02-12 00:16:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-02-12 00:16:20 +0000 |
commit | 7aca4a343d734600ccf6dafff92a97c313bb6d08 (patch) | |
tree | 56ae1d4d1aacb0a7decadc1ffd6121fcca215b01 | |
parent | 92c245ab9873b208e7ce93e2687c5bc6c600380d (diff) | |
download | gunmake-7aca4a343d734600ccf6dafff92a97c313bb6d08.tar.gz |
entered into RCS
-rw-r--r-- | make.texinfo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/make.texinfo b/make.texinfo index 9704f7f..c57b64e 100644 --- a/make.texinfo +++ b/make.texinfo @@ -9,8 +9,8 @@ @set EDITION 0.45 @set VERSION 3.71 Beta -@set UPDATED 25 January 1994 -@set UPDATE-MONTH January 1994 +@set UPDATED 11 February 1994 +@set UPDATE-MONTH February 1994 @c finalout @@ -7072,7 +7072,10 @@ the member named is used (@pxref{Archives}). @item $^ The names of all the dependencies, with spaces between them. For dependencies which are archive members, only the member named is used -(@pxref{Archives}). +(@pxref{Archives}). A target has only one dependency on each other file +it depends on, no matter how many times each file is listed as a +dependency. So if you list a dependency more than once for a target, +the value of @code{$^} contains just one copy of the name. @cindex dependencies, list of all @cindex list of all dependencies |