mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* Makefile.in (install-gdbtk): Add missing continuation backslash to insure
that shell variables, such as "transformed_name" are propagated to later shell statements in rule.
This commit is contained in:
parent
af0b251250
commit
4092aadbf4
@ -1,3 +1,9 @@
|
||||
2002-10-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in (install-gdbtk): Add missing continuation backslash to
|
||||
insure that shell variables, such as "transformed_name" are propagated
|
||||
to later shell statements in rule.
|
||||
|
||||
2002-10-06 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/i386/nm-i386sco.h: Add protection against
|
||||
|
@ -2341,7 +2341,7 @@ install-gdbtk:
|
||||
else \
|
||||
true ; \
|
||||
fi ; \
|
||||
$(SHELL) $(srcdir)/../mkinstalldirs $(bindir)
|
||||
$(SHELL) $(srcdir)/../mkinstalldirs $(bindir); \
|
||||
$(INSTALL_PROGRAM) insight$(EXEEXT) $(bindir)/$$transformed_name$(EXEEXT) ; \
|
||||
$(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \
|
||||
$(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \
|
||||
|
Loading…
Reference in New Issue
Block a user