Source-Changes-HG archive

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

[src/trunk]: src/tools Fix .endif comment for TOOLS_BUILDRUMP



details:   https://anonhg.NetBSD.org/src/rev/ab6f1a7837b6
branches:  trunk
changeset: 359634:ab6f1a7837b6
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Feb 18 01:06:24 2018 +0000

description:
Fix .endif comment for TOOLS_BUILDRUMP

diffstat:

 tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58351070bac8 -r ab6f1a7837b6 tools/Makefile
--- a/tools/Makefile    Sun Feb 18 00:52:42 2018 +0000
+++ b/tools/Makefile    Sun Feb 18 01:06:24 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.192 2017/12/27 21:34:11 christos Exp $
+#      $NetBSD: Makefile,v 1.193 2018/02/18 01:06:24 uwe Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -219,7 +219,7 @@
 
 SUBDIR+= cvslatest
 
-.endif # TOOLCHAIN_BUILDRUMP
+.endif # TOOLS_BUILDRUMP != no
 
 check_MKTOOLS: .PHONY .NOTMAIN
 .if ${MKTOOLS:Uyes} == "no"



Home | Main Index | Thread Index | Old Index