* 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:
Christopher Faylor 2002-10-06 19:53:52 +00:00
parent af0b251250
commit 4092aadbf4
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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) ; \