diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-19 19:42:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-19 19:42:09 +0000 |
commit | 5532d1d11d5be5d1b187482d7bdeda1088360660 (patch) | |
tree | e8b29a2b6eaead767bd0701d3a523af364a11524 /make.texinfo | |
parent | dab0d4214e921215aa26db3a5f05059cf526b3cf (diff) | |
download | gunmake-5532d1d11d5be5d1b187482d7bdeda1088360660.tar.gz |
Formerly make.texinfo.~91~
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index 2c3ed06..6000266 100644 --- a/make.texinfo +++ b/make.texinfo @@ -3457,7 +3457,7 @@ a canned sequence apply to every line in the sequence. So the rule: @example frob.out: frob.in - @$(frobnicate) + @@$(frobnicate) @end example @noindent |