* Makefile.in: Quote sed expression when generating transformed_name.

This commit is contained in:
Theodore A. Roth 2003-07-11 17:53:20 +00:00
parent 6896c0c737
commit 95303a6828
2 changed files with 5 additions and 1 deletions

View 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.

View 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 \