aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-03-02 18:42:40 +0000
committerMichael Snyder <msnyder@vmware.com>2007-03-02 18:42:40 +0000
commitdcfff61f4444cc4cb99251ebedb2913345e6e72e (patch)
treec8458c62c4e33e24b7d0a41ec61627bf0627acca /gdb/testsuite/Makefile.in
parentbddb0493ac7250f49df7cad5db5333bb1a676572 (diff)
downloadgdb-dcfff61f4444cc4cb99251ebedb2913345e6e72e.zip
gdb-dcfff61f4444cc4cb99251ebedb2913345e6e72e.tar.gz
gdb-dcfff61f4444cc4cb99251ebedb2913345e6e72e.tar.bz2
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* Makefile.in: Remove spurious single-quotes from sed command.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 7bd9437..44dc0a1 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -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`