aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-08 23:12:38 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-08 23:12:38 +0000
commit058470e1dc4c80b6372b6ecabe8edb2d55053fe8 (patch)
tree44084c97bec0de29873aaf98c5742c6bc102d352 /gdb/Makefile.in
parent3971f61b9ccabf948f87d5e053bb79c474631b93 (diff)
downloadgdb-058470e1dc4c80b6372b6ecabe8edb2d55053fe8.zip
gdb-058470e1dc4c80b6372b6ecabe8edb2d55053fe8.tar.gz
gdb-058470e1dc4c80b6372b6ecabe8edb2d55053fe8.tar.bz2
* Makefile.in (CC_FOR_TARGET): Test for existence of gcc/xgcc, not
for existence of gcc/Makefile.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 32a3efe9..c2ba25a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -235,7 +235,7 @@ FLAGS_TO_PASS = \
# Flags that we pass when building the testsuite.
CC_FOR_TARGET = ` \
- if [ -f $${rootme}/../gcc/Makefile ] ; then \
+ if [ -f $${rootme}/../gcc/xgcc ] ; then \
echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \