+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.
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 \