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 /ld/Makefile.am | |
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 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index b5ee369..c2e0e81 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -57,14 +57,8 @@ HOSTING_LIBS = @HOSTING_LIBS@ HOSTING_EMU = -m $(EMUL) # Setup the testing framework, if you have one -EXPECT = `if [ -f $$r/../expect/expect ] ; \ - then echo $$r/../expect/expect ; \ - else echo expect ; fi` - -RUNTEST = `if [ -f $${srcroot}/../dejagnu/runtest ] ; \ - then echo $${srcroot}/../dejagnu/runtest ; \ - else echo runtest ; fi` - +EXPECT = expect +RUNTEST = runtest RUNTESTFLAGS = CC_FOR_TARGET = ` \ |