aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-07-28 21:33:56 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-07-28 21:33:56 +0000
commitd18245ea9a5bbc2bd876323faeb03a9585845c97 (patch)
treee6f72aa53fecb7a105fdeae3afbfc3677e947a06 /gdb/testsuite/Makefile.in
parentc2926ab7fcb024cb9e8716f003f0eb72c416fc98 (diff)
downloadgdb-d18245ea9a5bbc2bd876323faeb03a9585845c97.zip
gdb-d18245ea9a5bbc2bd876323faeb03a9585845c97.tar.gz
gdb-d18245ea9a5bbc2bd876323faeb03a9585845c97.tar.bz2
Fix typo
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 99bd029..92c16f2 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/; \