mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 16:41:44 +00:00
(Wildcard Function): fix typo
This commit is contained in:
parent
63f3cf925b
commit
bd88059c38
1 changed files with 1 additions and 1 deletions
|
@ -1599,7 +1599,7 @@ $(wildcard *.c)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
We can change the list of C source files into a list of object files by
|
We can change the list of C source files into a list of object files by
|
||||||
replacing the @samp{.o} suffix with @samp{.c} in the result, like this:
|
replacing the @samp{.c} suffix with @samp{.o} in the result, like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$(patsubst %.c,%.o,$(wildcard *.c))
|
$(patsubst %.c,%.o,$(wildcard *.c))
|
||||||
|
|
Loading…
Reference in a new issue