diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-12-29 08:05:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-12-29 08:05:49 +0000 |
| commit | cfd6aac638830072ab37366ffc672fd085af52ec (patch) | |
| tree | 3679ee9cb9c94298c79f069cdc72606059dd3173 /usr.bin/make/parse.c | |
| parent | 3a6d1fcf9c8ed864c98e449a0b7696be6c838aea (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 3e8cb93be2f8..47e6db6445d4 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -1076,7 +1076,7 @@ ParseDoDependency(char *line) break; case Posix: is_posix = TRUE; - Var_Set("%POSIX", "1003.2", VAR_GLOBAL); + Var_SetGlobal("%POSIX", "1003.2"); break; default: break; |
