diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-25 00:00:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-25 00:00:35 +0000 |
commit | 1e71bdd0859a337fc1220f0b3679d1a17fabf3ce (patch) | |
tree | ebf399a5b54a5752e6fa1e9773c089fb3ea9b652 | |
parent | b0a9db44b60fa353b8a065517731863fafbc6018 (diff) | |
download | gunmake-1e71bdd0859a337fc1220f0b3679d1a17fabf3ce.tar.gz |
Formerly make.texinfo.~94~
-rw-r--r-- | make.texinfo | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/make.texinfo b/make.texinfo index aa00e8d..58d1186 100644 --- a/make.texinfo +++ b/make.texinfo @@ -7,9 +7,9 @@ @c For publication, format makebook.texi instead of using this file directly. -@set EDITION 0.42 -@set VERSION 3.66 Beta -@set UPDATED 14 May 1993 +@set EDITION 0.43 +@set VERSION 3.68 Beta +@set UPDATED 24 May 1993 @set UPDATE-MONTH May 1993 @c finalout @@ -7690,6 +7690,12 @@ with @samp{.a} as the target suffix. Any double-suffix rule @w{@samp{.@var{x}.a}} is converted to a pattern rule with the target pattern @samp{(%.o)} and a dependency pattern of @samp{%.@var{x}}. +Since you might want to use @samp{.a} as the suffix for some other kind +of file, @code{make} also converts archive suffix rules to pattern rules +in the normal way (@pxref{Suffix Rules}). Thus a double-suffix rule +@w{@samp{.@var{x}.a}} produces two pattern rules: @samp{@w{(%.o):} +@w{%.@var{x}}} and @samp{@w{%.a}: @w{%.@var{x}}}.@refill + @node Features, Missing, Archives, Top @chapter Features of GNU @code{make} @cindex features of GNU @code{make} |