diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-04-12 18:14:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-04-12 18:14:00 +0000 |
| commit | edd57853f5e257c1b9a1548e2bc62f4c02ff90e8 (patch) | |
| tree | f692c1fd966db1aad00b94adf455d8d3a26357a3 /usr.bin/make/parse.c | |
| parent | a2237c41fc85e4ec8083b584bb0505aa1233a2a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
| -rw-r--r-- | usr.bin/make/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index f125b5023796..14ffe180cad4 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -2235,7 +2235,7 @@ parse_message(char *line, int iserror, int lineno __unused) while (isspace((u_char)*line)) line++; - line = Buf_Peel(Var_Subst(line, VAR_GLOBAL, FALSE)); + line = Buf_Peel(Var_Subst(line, VAR_CMD, FALSE)); Parse_Error(iserror ? PARSE_FATAL : PARSE_WARNING, "%s", line); free(line); |
