]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in: Quote sed expression when generating transformed_name.
authorTheodore A. Roth <troth@openavr.org>
Fri, 11 Jul 2003 17:56:47 +0000 (17:56 +0000)
committerTheodore A. Roth <troth@openavr.org>
Fri, 11 Jul 2003 17:56:47 +0000 (17:56 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 1c6bcc5192ab9c20696eab3b9217894918cb85f3..ebc5aeb209771992acb58375f02df9ce6d3435bc 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-11  Theodore A. Roth  <troth@openavr.org>
+
+       * Makefile.in: Quote sed expression when generating transformed_name.
+
 2003-07-11  Richard Henderson  <rth@redhat.com>
 
         * Makefile.in (dwarf2-frame.o): Add complaints_h.
index 8786cbd0b15168772c1f199d029691fdfe5156d2..ae84303394b1d12114d8b91c2e14ef4afa7d72c2 100644 (file)
@@ -956,7 +956,7 @@ gdb.z:gdb.1
 install: all install-only
 install-only: $(CONFIG_INSTALL)
        transformed_name=`t='$(program_transform_name)'; \
-                         echo gdb | sed -e $$t` ; \
+                         echo gdb | sed -e "$$t"` ; \
                if test "x$$transformed_name" = x; then \
                  transformed_name=gdb ; \
                else \