From d46d1d05d3773fad78c3812017d1327a69f58cfc Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 15 Feb 1994 03:44:22 +0000 Subject: [PATCH] Leave it for the init file to identify proper binary to run. --- binutils/testsuite/Makefile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 3fb5fc57b6a..098a4908925 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -105,13 +105,6 @@ site.exp: ./config.status Makefile @echo "set target_triplet ${target_canonical}" >> ./tmp0 @echo "set tool binutils" >> ./tmp0 @echo "set srcdir ${srcdir}" >> ./tmp0 - @echo "set RANLIB [findfile \$$base_dir/../ranlib]" >> ./tmp0 - @echo "set OBJCOPY [findfile \$$base_dir/../objcopy]" >> ./tmp0 - @echo "set STRIP [findfile \$$base_dir/../strip]" >> ./tmp0 - @echo "set STRINGS [findfile \$$base_dir/../strings]" >> ./tmp0 - @echo "set NM [findfile \$$base_dir/../nm]" >> ./tmp0 - @echo "set OBJDUMP [findfile \$$base_dir/../objdump]" >> ./tmp0 - @echo "set SIZE [findfile \$$base_dir/../size]" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp @cat site.bak | sed \ -- 2.30.2