* Makefile.in: Quote sed expression when generating transformed_name.
authorTheodore A. Roth <troth@openavr.org>
Fri, 11 Jul 2003 17:53:20 +0000 (17:53 +0000)
committerTheodore A. Roth <troth@openavr.org>
Fri, 11 Jul 2003 17:53:20 +0000 (17:53 +0000)
gdb/ChangeLog
gdb/Makefile.in

index f312013983e9bea5322958c60529234a57de2904..9e0acefc9393299d6fb30a3b38d5971f4855616f 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 86cbc103567be6e8d046030f100487459723d1c5..a41af14f92898a9b18712d76c5d8f093307ae400 100644 (file)
@@ -958,7 +958,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 \
This page took 0.045724 seconds and 4 git commands to generate.