]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install-gdbtk): Add missing continuation backslash to insure
authorChristopher Faylor <me+cygwin@cgf.cx>
Wed, 23 Oct 2002 03:14:16 +0000 (03:14 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Wed, 23 Oct 2002 03:14:16 +0000 (03:14 +0000)
that shell variables, such as "transformed_name" are propagated to later shell
statements in rule.

gdb/ChangeLog
gdb/Makefile.in

index 3003faaf2009792d2701bf7cf571dad9f383ab35..7983207703f626cc49cdea68e68485403c7ddde8 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-22  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-20  Mark Kettenis  <kettenis@gnu.org>
 
        * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
index d56dc1569a078e15d491fc8299149e5b73584867..bc9c2b4d92f0badf11dfa2bc68e07dfbb37091ba 100644 (file)
@@ -2326,7 +2326,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) ; \