Module Name: src
Committed By: christos
Date: Sun Aug 16 09:17:49 UTC 2015
Modified Files:
src/tools/gdb: Makefile
Log Message:
add double quotes for consistency
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/tools/gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.24 src/tools/gdb/Makefile:1.25
--- src/tools/gdb/Makefile:1.24 Sun Aug 16 05:14:53 2015
+++ src/tools/gdb/Makefile Sun Aug 16 05:17:49 2015
@@ -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