diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-06-29 20:30:00 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-06-29 20:30:00 +0000 |
commit | c329887411085ea0d667a86d12e27723a24a77c4 (patch) | |
tree | 93912c2815efc95c26cff409ac58bed6c215a064 /binutils/Makefile.in | |
parent | 89b85085048728f2d92b63fd85ed9f4564b04fba (diff) | |
download | gdb-c329887411085ea0d667a86d12e27723a24a77c4.zip gdb-c329887411085ea0d667a86d12e27723a24a77c4.tar.gz gdb-c329887411085ea0d667a86d12e27723a24a77c4.tar.bz2 |
* Makefile.am (EXPECT): Set to expect.
(RUNTEST): Likewise, set to runtest.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index cb6b864..9fa11a9 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -436,14 +436,8 @@ BFDLIB = ../bfd/libbfd.la OPCODES = ../opcodes/libopcodes.la LIBIBERTY = ../libiberty/libiberty.a POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES) -EXPECT = `if [ -f $$r/../expect/expect ] ; then \ - echo $$r/../expect/expect ; \ - else echo expect ; fi` - -RUNTEST = `if [ -f ${srcdir}/../dejagnu/runtest ] ; then \ - echo ${srcdir}/../dejagnu/runtest ; \ - else echo runtest ; fi` - +EXPECT = expect +RUNTEST = runtest CC_FOR_TARGET = ` \ if [ -f $$r/../gcc/xgcc ] ; then \ if [ -f $$r/../newlib/Makefile ] ; then \ |