diff options
author | melissa <melissa> | 1992-03-11 03:20:05 +0000 |
---|---|---|
committer | melissa <melissa> | 1992-03-11 03:20:05 +0000 |
commit | 9573cef0a8b9971dcd3b75369711334941302eeb (patch) | |
tree | 1b96b6c23a9becaa875b305e692830bd43cb2361 | |
parent | bc8dd5d3f034a70e7ab9f101608ce3af33ec7a95 (diff) | |
download | gunmake-9573cef0a8b9971dcd3b75369711334941302eeb.tar.gz |
Formerly make.texinfo.~17~
-rw-r--r-- | make.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make.texinfo b/make.texinfo index 0fc1a10..f856fee 100644 --- a/make.texinfo +++ b/make.texinfo @@ -1572,8 +1572,8 @@ foo.o : foo.c defs.h hack.h @noindent @c !!! following paragraph rewritten to avoid overfull hbox -In this example, the value of @samp{$^} would be something such as -@samp{src/foo.c ../headers/defs.h hack.h}; use +In this example, the value of @samp{$^} would be a value such as +@samp{src/foo.c ../headers/defs.h hack.h}; you would use @samp{$(firstword $^)} to extract just @samp{src/foo.c}.@refill @node Implicit/Search, Libraries/Search, Commands/Search, Directory Search |