Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/kdump ' != " so make the condition actually work.
details: https://anonhg.NetBSD.org/src/rev/a32374922ea0
branches: trunk
changeset: 811508:a32374922ea0
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Nov 02 12:06:33 2015 +0000
description:
' != " so make the condition actually work.
diffstat:
usr.bin/kdump/Makefile.ioctl-c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6cbba23f7bb0 -r a32374922ea0 usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c Mon Nov 02 09:57:43 2015 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c Mon Nov 02 12:06:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.ioctl-c,v 1.29 2015/09/26 03:31:11 christos Exp $
+# $NetBSD: Makefile.ioctl-c,v 1.30 2015/11/02 12:06:33 joerg Exp $
# NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
@@ -20,7 +20,7 @@
.endif
.endfor
.endfor
-.if ${MKDTRACE} != 'no"
+.if ${MKDTRACE} != "no"
EXTRAS= ${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common/sys/dtrace.h
.endif
Home |
Main Index |
Thread Index |
Old Index