summaryrefslogtreecommitdiff
path: root/usr.bin/make/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/engine.c')
-rw-r--r--usr.bin/make/engine.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c
index 8f940474dad..541765d7cb7 100644
--- a/usr.bin/make/engine.c
+++ b/usr.bin/make/engine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.c,v 1.48 2014/05/30 21:19:57 espie Exp $ */
+/* $OpenBSD: engine.c,v 1.49 2014/10/31 13:29:42 gsoares Exp $ */
/*
* Copyright (c) 2012 Marc Espie.
*
@@ -274,10 +274,9 @@ Job_Touch(GNode *gn)
if (set_times(file) == -1){
if (rewrite_time(file) == -1) {
- (void)fprintf(stdout,
+ (void)fprintf(stderr,
"*** couldn't touch %s: %s", file,
strerror(errno));
- (void)fflush(stdout);
}
}
}