aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/make.c b/miscutils/make.c
index 7336afdf3..cc5e7ca92 100644
--- a/miscutils/make.c
+++ b/miscutils/make.c
@@ -2265,7 +2265,7 @@ input(FILE *fd, int ilevel)
2265 free(copy3); 2265 free(copy3);
2266 *s = '\0'; 2266 *s = '\0';
2267 } 2267 }
2268 semicolon_cmd = cp != NULL; 2268 semicolon_cmd = cp != NULL && cp->c_cmd[0] != '\0';
2269 2269
2270 // Create list of prerequisites 2270 // Create list of prerequisites
2271 dp = NULL; 2271 dp = NULL;