mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly function.c.~27~
This commit is contained in:
parent
bd3309f09b
commit
5b4a918d26
13
function.c
13
function.c
@ -1152,12 +1152,13 @@ string_glob (line)
|
||||
register struct nameseq *chain;
|
||||
register unsigned int idx;
|
||||
|
||||
chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq), 0),
|
||||
sizeof (struct nameseq),
|
||||
/* We do not want parse_file_seq to strip `./'s.
|
||||
That would break examples like:
|
||||
$(patsubst ./%.c,obj/%.o,$(wildcard ./*.c)) */
|
||||
0);
|
||||
chain = multi_glob (parse_file_seq
|
||||
(&line, '\0', sizeof (struct nameseq),
|
||||
/* We do not want parse_file_seq to strip `./'s.
|
||||
That would break examples like:
|
||||
$(patsubst ./%.c,obj/%.o,$(wildcard ./*.c)). */
|
||||
0),
|
||||
sizeof (struct nameseq));
|
||||
|
||||
if (result == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user