Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Fix the build
details: https://anonhg.NetBSD.org/src/rev/87596f354c9d
branches: trunk
changeset: 967688:87596f354c9d
user: martin <martin%NetBSD.org@localhost>
date: Wed Dec 18 10:30:23 2019 +0000
description:
Fix the build
diffstat:
usr.bin/make/meta.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9143d409054b -r 87596f354c9d usr.bin/make/meta.c
--- a/usr.bin/make/meta.c Wed Dec 18 10:17:48 2019 +0000
+++ b/usr.bin/make/meta.c Wed Dec 18 10:30:23 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: meta.c,v 1.71 2019/12/18 07:37:19 maxv Exp $ */
+/* $NetBSD: meta.c,v 1.72 2019/12/18 10:30:23 martin Exp $ */
/*
* Implement 'meta' mode.
@@ -653,7 +653,7 @@
if (!pbm)
pbm = &Mybm;
- fprintf(pbm->mfp, "\n"); /* ensure end with newline */
+ fprintf(pbm->mfp, "\n"); /* ensure end with newline */
return error;
}
Home |
Main Index |
Thread Index |
Old Index