diff options
author | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
commit | ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 (patch) | |
tree | 9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /function.c | |
parent | c4353af3f9b143b213644c09da5cf46ef611b250 (diff) | |
download | gunmake-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.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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)); |