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
commit0df48880b671c666cb3779ea51e8d055e3ea0bb0 (patch)
tree9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /function.c
parente5205e273c4f146eb3151648fb1472f82cd5a1d0 (diff)
downloadmake-0df48880b671c666cb3779ea51e8d055e3ea0bb0.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 2183cd80..da13dd7e 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));