summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-26 07:08:57 +0000
committerPaul Smith <psmith@gnu.org>1999-03-26 07:08:57 +0000
commitecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 (patch)
tree9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /function.c
parentc4353af3f9b143b213644c09da5cf46ef611b250 (diff)
downloadgunmake-ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28.tar.gz
* Manual updates: added xrefs, some typos sent by users.
* Change the build env. to not link libglob.a unless we need it.
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));