* Manual updates: added xrefs, some typos sent by users.

* Change the build env. to not link libglob.a unless we need it.
This commit is contained in:
Paul Smith
1999-03-26 07:08:57 +00:00
parent c4353af3f9
commit ecb3bca9f5
8 changed files with 74 additions and 39 deletions

View File

@@ -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));