projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2926ab
)
Fix typo
author
J.T. Conklin
<jtc@acorntoolworks.com>
Thu, 28 Jul 1994 21:33:56 +0000
(21:33 +0000)
committer
J.T. Conklin
<jtc@acorntoolworks.com>
Thu, 28 Jul 1994 21:33:56 +0000
(21:33 +0000)
gdb/testsuite/Makefile.in
patch
|
blob
|
history
diff --git
a/gdb/testsuite/Makefile.in
b/gdb/testsuite/Makefile.in
index 99bd029c9911dc3f31de3cf82102e47a7894f953..92c16f200fc3ef1b2022b3c9f462a2fd9877fbc7 100644
(file)
--- 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/; \