mirror of
https://github.com/mirror/make.git
synced 2025-01-27 12:51:07 +08:00
* doc/make.texi: Use $(firstword) rather than $(word 1,)
This commit is contained in:
parent
dc2d963989
commit
a99183ed2b
@ -7352,7 +7352,7 @@ marking an archive file up to date:
|
||||
|
||||
@example
|
||||
archive.a: @dots{}
|
||||
ifneq (,$(findstring t,$(word 1,-$(MAKEFLAGS))))
|
||||
ifneq (,$(findstring t,$(firstword -$(MAKEFLAGS))))
|
||||
+touch archive.a
|
||||
+ranlib -t archive.a
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user