mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* Makefile.in: Quote sed expression when generating transformed_name.
This commit is contained in:
@ -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>
|
2003-07-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (dwarf2-frame.o): Add complaints_h.
|
* Makefile.in (dwarf2-frame.o): Add complaints_h.
|
||||||
|
@ -958,7 +958,7 @@ gdb.z:gdb.1
|
|||||||
install: all install-only
|
install: all install-only
|
||||||
install-only: $(CONFIG_INSTALL)
|
install-only: $(CONFIG_INSTALL)
|
||||||
transformed_name=`t='$(program_transform_name)'; \
|
transformed_name=`t='$(program_transform_name)'; \
|
||||||
echo gdb | sed -e $$t` ; \
|
echo gdb | sed -e "$$t"` ; \
|
||||||
if test "x$$transformed_name" = x; then \
|
if test "x$$transformed_name" = x; then \
|
||||||
transformed_name=gdb ; \
|
transformed_name=gdb ; \
|
||||||
else \
|
else \
|
||||||
|
Reference in New Issue
Block a user