mirror of
https://github.com/mirror/make.git
synced 2025-02-06 17:50:48 +08:00
Formerly function.c.~24~
This commit is contained in:
parent
a03f503fb7
commit
c190a98796
@ -1141,8 +1141,12 @@ string_glob (line)
|
||||
register struct nameseq *chain;
|
||||
register unsigned int idx;
|
||||
|
||||
chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq)),
|
||||
sizeof (struct nameseq));
|
||||
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);
|
||||
|
||||
if (result == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user