Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gdb Just one backslash at the end of a line, ple...



details:   https://anonhg.NetBSD.org/src/rev/030304ad28c7
branches:  trunk
changeset: 484915:030304ad28c7
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Apr 14 17:58:40 2000 +0000

description:
Just one backslash at the end of a line, please.

diffstat:

 gnu/usr.bin/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f4d040fb4284 -r 030304ad28c7 gnu/usr.bin/gdb/Makefile
--- a/gnu/usr.bin/gdb/Makefile  Fri Apr 14 17:37:15 2000 +0000
+++ b/gnu/usr.bin/gdb/Makefile  Fri Apr 14 17:58:40 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.38 2000/04/14 15:49:07 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.39 2000/04/14 17:58:40 nathanw Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
@@ -52,7 +52,7 @@
 SER_HARDWIRE= ser-unix.c
 NATDEPFILES= infptrace.c inftarg.c fork-child.c corelow.c \
        ${NATDEPFILES.${MACHINE_ARCH}}
-.if (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "powerpc") \\
+.if (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "powerpc") \
        && (${MACHINE_ARCH} != "sh3")
 NATDEPFILES+= kcore-nbsd.c
 .endif



Home | Main Index | Thread Index | Old Index