* Makefile.in (install-gdbtk): Add missing continuation backslash to insure
authorChristopher Faylor <me+cygwin@cgf.cx>
Sun, 6 Oct 2002 19:53:52 +0000 (19:53 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sun, 6 Oct 2002 19:53:52 +0000 (19:53 +0000)
that shell variables, such as "transformed_name" are propagated to later shell
statements in rule.

gdb/ChangeLog
gdb/Makefile.in

index 60f363cccc6a5440d32cfd0b0fc5161d6a9d136a..a7f4219411af08fcac864bd635b07c32144f5962 100644 (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
index 95330c0950b4e328129cd4588842bd38bc944a1a..416706a68fbc5819c528d934a8ef94d298e9e06b 100644 (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) ; \