summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-11-03 12:21:47 +0000
committerRoland McGrath <roland@redhat.com>1993-11-03 12:21:47 +0000
commita7bafcee76cf99af2fb8755360ec9e6c36d28401 (patch)
treeb13092a052b74b781ac87e6928d2ac36b6bbf659 /make.texinfo
parent4394c7a32d944c58f9c9c2ebe91fe1ea3953f20e (diff)
downloadgunmake-a7bafcee76cf99af2fb8755360ec9e6c36d28401.tar.gz
Formerly make.texinfo.~122~
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo11
1 files changed, 6 insertions, 5 deletions
diff --git a/make.texinfo b/make.texinfo
index 64dd5a6..55963c9 100644
--- a/make.texinfo
+++ b/make.texinfo
@@ -9,8 +9,8 @@
@set EDITION 0.44
@set VERSION 3.69 Beta
-@set UPDATED 21 October 1993
-@set UPDATE-MONTH October 1993
+@set UPDATED 3 November 1993
+@set UPDATE-MONTH November 1993
@c finalout
@@ -7467,9 +7467,10 @@ Suffix rules are not mentioned in this algorithm because suffix rules are
converted to equivalent pattern rules once the makefiles have been read in.
For an archive member target of the form
-@samp{@var{archive}(@var{member})}, the following algorithm is run twice,
-first using @samp{(@var{member})} as the target @var{t}, and second using
-the entire target if the first run found no rule.@refill
+@samp{@var{archive}(@var{member})}, the following algorithm is run
+twice, first using the entire target name @var{t}, and second using
+@samp{(@var{member})} as the target @var{t} if the first run found no
+rule.@refill
@enumerate
@item