Source-Changes-HG archive

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

[src/trunk]: src/tools/gdb add double quotes for consistency



details:   https://anonhg.NetBSD.org/src/rev/fff6fd005a97
branches:  trunk
changeset: 339890:fff6fd005a97
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 16 09:17:49 2015 +0000

description:
add double quotes for consistency

diffstat:

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

diffs (15 lines):

diff -r cae4ed03f378 -r fff6fd005a97 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Sun Aug 16 09:14:53 2015 +0000
+++ b/tools/gdb/Makefile        Sun Aug 16 09:17:49 2015 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.24 2015/08/16 09:14:53 christos Exp $
+#      $NetBSD: Makefile,v 1.25 2015/08/16 09:17:49 christos Exp $
 
 .include <bsd.own.mk>
 
 MODULE=                gdb
-.if ${HAVE_GDB} == 79
+.if ${HAVE_GDB} == "79"
 GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb/dist
 .else
 GNUHOSTDIST=    ${.CURDIR}/../../external/gpl3/gdb.old/dist



Home | Main Index | Thread Index | Old Index