From b70bc471df28f70cccb6f69ec1bda924e72732c7 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 4 Mar 2000 07:11:38 +0000 Subject: [PATCH] * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}. --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d94abf1..c94b823 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 4 04:08:58 2000 Alexandre Oliva + + * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}. + Sat Mar 4 17:23:06 2000 Andrew Cagney * MAINTAINERS: Frank Ch. Eigler and Andrew Cagney co-ordinate the diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7d60d65..87db6ae 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1261,10 +1261,10 @@ fork-child.o: fork-child.c gdb_wait.h $(defs_h) $(gdbcore_h) \ all-gdbtk: if test "$(LN_S)" = "ln -s" -a ! -d gdbtcl/images ; then \ - echo linking $srcdir/gdbtk/library to gdbtcl ; \ - $(LN_S) $srcdir/gdbtk/library gdbtcl ; \ + echo linking ${srcdir}/gdbtk/library to gdbtcl ; \ + $(LN_S) ${srcdir}/gdbtk/library gdbtcl ; \ else \ - echo Warning: Unable to link $srcdir/gdbtk/library to gdbtcl. ; \ + echo Warning: Unable to link ${srcdir}/gdbtk/library to gdbtcl. ; \ echo " " You will need to do a ; \ echo " " make install before you are able to run the GUI. ; \ fi -- 2.7.4