aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.c')
-rw-r--r--src/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.c b/src/build.c
index 8903563..cd6f8dc 100644
--- a/src/build.c
+++ b/src/build.c
@@ -475,7 +475,7 @@ static int handle_c(dep_info *dep) {
if (dsv_parse_file(&ctx, fp)) {
retval = build_target(dep);
- goto exit;
+ goto exit2;
}
errno = 0;