diff options
-rw-r--r-- | miscutils/make.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/miscutils/make.c b/miscutils/make.c index 22d6abeea..785e25f7d 100644 --- a/miscutils/make.c +++ b/miscutils/make.c | |||
@@ -2201,8 +2201,10 @@ docmds(struct name *np, struct cmd *cp) | |||
2201 | } else if (!sdomake) | 2201 | } else if (!sdomake) |
2202 | ssilent = dotouch; | 2202 | ssilent = dotouch; |
2203 | 2203 | ||
2204 | if (!ssilent) | 2204 | if (!ssilent) { |
2205 | puts(q); | 2205 | puts(q); |
2206 | fflush_all(); | ||
2207 | } | ||
2206 | 2208 | ||
2207 | if (sdomake) { | 2209 | if (sdomake) { |
2208 | // Get the shell to execute it | 2210 | // Get the shell to execute it |