mirror of
https://github.com/mirror/make.git
synced 2025-02-14 05:40:40 +08:00
* doc/make.texi: [SV 63689] Fix typos in examples
This commit is contained in:
parent
2f336608d8
commit
f21cd822a3
@ -11529,7 +11529,7 @@ rules by adding these lines to your makefile:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
(%) : % ;
|
(%) : % ;
|
||||||
%.a : ; $(AR) $(ARFLAGS) $@ $?
|
%.a : ; $(AR) $(ARFLAGS) $@@ $?
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
The first line changes the rule that updates an individual object in the
|
The first line changes the rule that updates an individual object in the
|
||||||
@ -11548,7 +11548,7 @@ If you prefer to write an explicit rule you can use:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
libfoo.a: libfoo.a(x.o y.o @dots{})
|
libfoo.a: libfoo.a(x.o y.o @dots{})
|
||||||
$(AR) $(ARFLAGS) $@ $?
|
$(AR) $(ARFLAGS) $@@ $?
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node Archive Suffix Rules, , Archive Pitfalls, Archives
|
@node Archive Suffix Rules, , Archive Pitfalls, Archives
|
||||||
|
Loading…
Reference in New Issue
Block a user