From d18245ea9a5bbc2bd876323faeb03a9585845c97 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Thu, 28 Jul 1994 21:33:56 +0000 Subject: [PATCH] Fix typo --- gdb/testsuite/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 99bd029c991..92c16f200fc 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -98,7 +98,7 @@ CC_FOR_TARGET = ` \ CXX = gcc CXX_FOR_TARGET = ` \ if [ -f $${rootme}/../../gcc/xgcc ] ; then \ - if [ -f $${rootme}/../../newlib/Makefile ]; then + if [ -f $${rootme}/../../newlib/Makefile ]; then \ echo $${rootme}/../../gcc/xgcc -B$${rootme}/../../gcc/ -idirafter $${rootme}/../../newlib/targ-include -idirafter $${rootsrc}/../../newlib/libc/include -nostdinc; \ else \ echo $${rootme}/../../gcc/xgcc -B$${rootme}/../../gcc/; \ -- 2.30.2