mirror of
https://github.com/mirror/make.git
synced 2026-08-30 11:18:08 +08:00
* doc/make.texi (Using One Shell): Correct example to use $<.
This commit is contained in:
@@ -4122,8 +4122,8 @@ example:
|
||||
@example
|
||||
.ONESHELL:
|
||||
foo : bar/lose
|
||||
cd $(@@D)
|
||||
gobble $(@@F) > ../$@@
|
||||
cd $(<D)
|
||||
gobble $(<F) > ../$@@
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
||||
Reference in New Issue
Block a user