From: J.T. Conklin Date: Thu, 28 Jul 1994 21:33:56 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d18245ea9a5bbc2bd876323faeb03a9585845c97;p=binutils-gdb.git Fix typo --- 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/; \