From: Roland McGrath Date: Wed, 9 Jun 1993 23:16:25 +0000 (+0000) Subject: Formerly function.c.~27~ X-Git-Tag: 3.70.2~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b4a918d26707479ae7825a35f22f6c3b633255b;p=thirdparty%2Fmake.git Formerly function.c.~27~ --- diff --git a/function.c b/function.c index 76fb73d1..51092039 100644 --- a/function.c +++ b/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) {