]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 2 Mar 2007 18:42:40 +0000 (18:42 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 2 Mar 2007 18:42:40 +0000 (18:42 +0000)
* Makefile.in: Remove spurious single-quotes from sed command.

gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index f4f8dc1db927c1f83534953530640b23dcacac5c..ae9a373e8f9930149c302d49f0224778dbd4639e 100644 (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
index 7bd943798108e899518c6dc69aa0d1feafeb7686..44dc0a1336b4681a4a6e98e4781f9cce5523b476 100644 (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`