diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-10 08:14:26 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-05-10 08:14:26 +0000 |
| commit | 70d7035e1f9ad5959145df43b896897e50fd4547 (patch) | |
| tree | 22b94baeee58914568b894143d8c92b1005f87a0 /usr.bin/make/targ.c | |
| parent | 103823e628cdb04649ce6a85637b31452d277244 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/targ.c')
| -rw-r--r-- | usr.bin/make/targ.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index bbe666fffdaa..c738d1806ee9 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -480,11 +480,7 @@ Targ_PrintGraph(int pass) printf("#\t%s [%s]\n", gn->name, gn->path ? gn->path : gn->name); } - - printf("#*** Global Variables:\n"); - Var_Dump(VAR_GLOBAL); - printf("#*** Command-line Variables:\n"); - Var_Dump(VAR_CMD); + Var_Dump(); printf("\n"); Dir_PrintDirectories(); printf("\n"); |
