summaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-03-02 18:42:40 +0000
committerMichael Snyder <msnyder@specifix.com>2007-03-02 18:42:40 +0000
commit8bb49dfa7d232a6bc7d3f8fea0c0cde911f03694 (patch)
tree83d0e5a692183907b3dd5c96417480613de309d5 /gdb/testsuite/Makefile.in
parent9cf37b33ab9ca4f90071c2bf6bde3448d8086d6f (diff)
downloadgdb-8bb49dfa7d232a6bc7d3f8fea0c0cde911f03694.tar.gz
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 7bd94379810..44dc0a1336b 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`