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 Add missing $ from {MACHINE_ARCH}



details:   https://anonhg.NetBSD.org/src/rev/346d77f46684
branches:  trunk
changeset: 495677:346d77f46684
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Aug 02 22:25:13 2000 +0000

description:
Add missing $ from {MACHINE_ARCH}

diffstat:

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

diffs (18 lines):

diff -r 12e420a04677 -r 346d77f46684 gnu/usr.bin/gdb/Makefile
--- a/gnu/usr.bin/gdb/Makefile  Wed Aug 02 22:24:38 2000 +0000
+++ b/gnu/usr.bin/gdb/Makefile  Wed Aug 02 22:25:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.41 2000/08/02 17:46:20 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.42 2000/08/02 22:25:13 pooka Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
@@ -22,7 +22,7 @@
 CPPFLAGS+=     -DSVR4_SHARED_LIBS
 .endif
 
-.if ({MACHINE_ARCH} == "sh3") && (${OBJECT_FMT} != "ELF")
+.if (${MACHINE_ARCH} == "sh3") && (${OBJECT_FMT} != "ELF")
 CPPFLAGS+=     -DNO_SOLIB
 .endif
 



Home | Main Index | Thread Index | Old Index