summaryrefslogtreecommitdiff
path: root/make.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'make.texinfo')
-rw-r--r--make.texinfo4
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