Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/usr.bin/nvi Sorry, remove illegal indents. ...



details:   https://anonhg.NetBSD.org/src/rev/aae8c7cb87dd
branches:  trunk
changeset: 827794:aae8c7cb87dd
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Nov 13 04:09:41 2017 +0000

description:
Sorry, remove illegal indents. Real fix for build with USE_WIDECHAR != "yes".

diffstat:

 external/bsd/nvi/usr.bin/nvi/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6cdb0dcdc819 -r aae8c7cb87dd external/bsd/nvi/usr.bin/nvi/Makefile
--- a/external/bsd/nvi/usr.bin/nvi/Makefile     Mon Nov 13 02:33:13 2017 +0000
+++ b/external/bsd/nvi/usr.bin/nvi/Makefile     Mon Nov 13 04:09:41 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2017/11/13 02:33:13 rin Exp $
+#      $NetBSD: Makefile,v 1.12 2017/11/13 04:09:41 rin Exp $
 
 .include <bsd.own.mk>
 
@@ -8,9 +8,9 @@
 .if ${USE_WIDECHAR} != "yes"
 CWARNFLAGS.gcc+=       -Wno-unused
 CWARNFLAGS.clang+=     -Wno-unsequenced
- .ifdef HAVE_GCC
+.ifdef HAVE_GCC
 COPTS.v_increment.c+=  -Wno-format-nonliteral
- .endif
+.endif
 .endif
 
 CPPFLAGS+=-I${DIST}/include -I${.CURDIR} -I. -DGTAGS



Home | Main Index | Thread Index | Old Index