diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-02 23:37:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-02 23:37:30 +0000 |
commit | 63fe2cc799d36a834c5606a9170799ed818410d7 (patch) | |
tree | 874c914ad0d536e15e7a68ecd6d34fd20c816fe7 /sim/testsuite/v850eq-elf/Makefile.in | |
parent | 46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3 (diff) | |
download | gdb-63fe2cc799d36a834c5606a9170799ed818410d7.zip gdb-63fe2cc799d36a834c5606a9170799ed818410d7.tar.gz gdb-63fe2cc799d36a834c5606a9170799ed818410d7.tar.bz2 |
Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.
Diffstat (limited to 'sim/testsuite/v850eq-elf/Makefile.in')
-rw-r--r-- | sim/testsuite/v850eq-elf/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/testsuite/v850eq-elf/Makefile.in b/sim/testsuite/v850eq-elf/Makefile.in index 7c91e57..1cb5c95 100644 --- a/sim/testsuite/v850eq-elf/Makefile.in +++ b/sim/testsuite/v850eq-elf/Makefile.in @@ -59,15 +59,15 @@ RUNTEST_FOR_TARGET = `\ AS_FOR_TARGET = `\ - if [ -x ../../../gas/as.new ]; then \ - echo ../../../gas/as.new ; \ + if [ -x ../../../gas/as-new ]; then \ + echo ../../../gas/as-new ; \ else \ echo $(target_alias)-as ; \ fi` LD_FOR_TARGET = `\ - if [ -x ../../../ld/ld.new ]; then \ - echo ../../../ld/ld.new ; \ + if [ -x ../../../ld/ld-new ]; then \ + echo ../../../ld/ld-new ; \ else \ echo $(target_alias)-ld ; \ fi` |