Fix typo
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 28 Jul 1994 21:33:56 +0000 (21:33 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 28 Jul 1994 21:33:56 +0000 (21:33 +0000)
gdb/testsuite/Makefile.in

index 99bd029c9911dc3f31de3cf82102e47a7894f953..92c16f200fc3ef1b2022b3c9f462a2fd9877fbc7 100644 (file)
@@ -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/; \