Remove trash left from Makefile cut & paste.
This commit is contained in:
parent
a733e1d7a6
commit
d5dd58dee0
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue