mirror of
https://github.com/mirror/make.git
synced 2025-04-24 03:50:34 +08:00
* doc/make.texi (Using One Shell): Correct example to use $<.
This commit is contained in:
parent
2b25eac587
commit
aab51f7ef2
@ -4122,8 +4122,8 @@ example:
|
||||
@example
|
||||
.ONESHELL:
|
||||
foo : bar/lose
|
||||
cd $(@@D)
|
||||
gobble $(@@F) > ../$@@
|
||||
cd $(<D)
|
||||
gobble $(<F) > ../$@@
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
Loading…
Reference in New Issue
Block a user