]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.texinfo.~17~
authormelissa <melissa>
Wed, 11 Mar 1992 03:20:05 +0000 (03:20 +0000)
committermelissa <melissa>
Wed, 11 Mar 1992 03:20:05 +0000 (03:20 +0000)
make.texinfo

index 0fc1a10d8d3e78acc145683cbdb13fe853897428..f856feed86e521d7d6a9520ac9c029cc88ea3a89 100644 (file)
@@ -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