summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
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