aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-02-22 22:55:24 +0000
committerRob Savoye <rob@cygnus>1994-02-22 22:55:24 +0000
commitd5dd58dee0fe69f87ec654313d428383189273f4 (patch)
tree6d134e616eb16a28e04a8a5fbc4da269fc1361b1 /binutils
parenta733e1d7a669704e75d6afd9d3845062424cafd2 (diff)
downloadgdb-d5dd58dee0fe69f87ec654313d428383189273f4.zip
gdb-d5dd58dee0fe69f87ec654313d428383189273f4.tar.gz
gdb-d5dd58dee0fe69f87ec654313d428383189273f4.tar.bz2
Remove trash left from Makefile cut & paste.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/config/unix.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp
index 4f4e8ee..2a41d2b 100644
--- a/binutils/testsuite/config/unix.exp
+++ b/binutils/testsuite/config/unix.exp
@@ -23,7 +23,7 @@ load_lib util-defs.exp
global NM
if ![info exists NM] then {
- set NM [findfile \$$base_dir/../nm]
+ set NM [findfile $base_dir/../nm]
}
global NMFLAGS
if ![info exists NMFLAGS] then {
@@ -31,7 +31,7 @@ if ![info exists NMFLAGS] then {
}
global SIZE
if ![info exists SIZE] then {
- set SIZE [findfile \$$base_dir/../size]
+ set SIZE [findfile $base_dir/../size]
}
global SIZEFLAGS
if ![info exists SIZEFLAGS] then {
@@ -39,7 +39,7 @@ if ![info exists SIZEFLAGS] then {
}
global OBJDUMP
if ![info exists OBJDUMP] then {
- set OBJDUMP [findfile \$$base_dir/../objdump]
+ set OBJDUMP [findfile $base_dir/../objdump]
}
global OBJDUMPFLAGS
if ![info exists OBJDUMPFLAGS] then {