summaryrefslogtreecommitdiff
path: root/src/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.c')
-rw-r--r--src/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.c b/src/compile.c
index 29dec33..08c4c95 100644
--- a/src/compile.c
+++ b/src/compile.c
@@ -375,7 +375,7 @@ static int dcc_compile_local(char *argv[],
int status;
dcc_note_execution(dcc_hostdef_local, argv);
- dcc_note_state(DCC_PHASE_COMPILE, input_name, "localhost");
+ dcc_note_state(DCC_PHASE_COMPILE, input_name, "localhost", DCC_LOCAL);
/* We don't do any redirection of file descriptors when running locally,
* so if for example cpp is being used in a pipeline we should be fine. */