From c190a98796e9fb819bedab0b1b2250711aeb6a24 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Apr 1993 22:29:47 +0000 Subject: Formerly function.c.~24~ --- function.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'function.c') diff --git a/function.c b/function.c index 4db0a38..6c394da 100644 --- a/function.c +++ b/function.c @@ -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) { -- cgit v1.2.3