From: melissa Date: Wed, 11 Mar 1992 03:20:05 +0000 (+0000) Subject: Formerly make.texinfo.~17~ X-Git-Tag: 3.70.2~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9573cef0a8b9971dcd3b75369711334941302eeb;p=thirdparty%2Fmake.git Formerly make.texinfo.~17~ --- diff --git a/make.texinfo b/make.texinfo index 0fc1a10d..f856feed 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