2007-03-02 Michael Snyder <michael.snyder@palmsource.com>

* Makefile.in: Remove spurious single-quotes from sed command.
This commit is contained in:
Michael Snyder 2007-03-02 18:42:40 +00:00
parent bddb0493ac
commit dcfff61f44
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* Makefile.in: Remove spurious single-quotes from sed command.
2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for

View File

@ -55,7 +55,7 @@ RUNTEST_FOR_TARGET = `\
if [ "$(host_canonical)" = "$(target_canonical)" ]; then \
echo runtest; \
else \
t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \
t='$(program_transform_name)'; echo runtest | sed -e $$t; \
fi; \
fi`