diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-09 06:59:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-09 06:59:08 +0000 |
commit | 8ed6e13cfe41933355a698466b56d6a5f8c0c9ae (patch) | |
tree | 0dc32039799767c56ea0c9c4664ee818542a4784 | |
parent | b321e0f535a19264c2c5ce7e5363593f3376ef25 (diff) | |
download | gunmake-8ed6e13cfe41933355a698466b56d6a5f8c0c9ae.tar.gz |
(Archive Suffix Rules): Remove Next pointer.
-rw-r--r-- | make.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index 984d89c..dc87fbf 100644 --- a/make.texinfo +++ b/make.texinfo @@ -7788,7 +7788,7 @@ circumvent this problem by serializing all commands that operate on the same archive file. But for the time being, you must either write your makefiles to avoid this problem in some other way, or not use @code{-j}. -@node Archive Suffix Rules, Archive Update, Archive Pitfalls, Archives +@node Archive Suffix Rules, , Archive Pitfalls, Archives @section Suffix Rules for Archive Files @cindex suffix rule, for archive @cindex archive, suffix rule for |