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. (s...
details: https://anonhg.NetBSD.org/src/rev/c2ca7fafe378
branches: trunk
changeset: 344484:c2ca7fafe378
user: knakahara <knakahara%NetBSD.org@localhost>
date: Fri Apr 01 07:23:15 2016 +0000
description:
' != " so make the condition actually work. (same as r1.30)
diffstat:
usr.bin/kdump/Makefile.ioctl-c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf047cbab985 -r c2ca7fafe378 usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c Fri Apr 01 06:25:51 2016 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c Fri Apr 01 07:23:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.ioctl-c,v 1.31 2016/02/06 20:21:56 joerg Exp $
+# $NetBSD: Makefile.ioctl-c,v 1.32 2016/04/01 07:23:15 knakahara Exp $
# NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
@@ -41,7 +41,7 @@
CPPFLAGS+= -I${DESTDIR}/usr/X11R7/include/libdrm
CPPFLAGS+= -I${DESTDIR}/usr/X11R7/include/pixman-1
CPPFLAGS+= -I${DESTDIR}/usr/X11R7/include
-.if ${MKDTRACE} != 'no"
+.if ${MKDTRACE} != "no"
CPPFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/sys
CPPFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
CPPFLAGS+= -D_DEV_IC_BT8XX_H_
Home |
Main Index |
Thread Index |
Old Index