summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/function.c b/function.c
index 2183cd8..da13dd7 100644
--- a/function.c
+++ b/function.c
@@ -440,10 +440,7 @@ string_glob (line)
(&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)). */
-
- /* Yep, and the preceding comment triggers a GCC
- warning. Nothing wrong though. */
+ $(patsubst ./%.c,obj/%.o,$(wildcard ./?*.c)). */
0),
sizeof (struct nameseq));