* Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 4 Mar 2000 07:11:38 +0000 (07:11 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 4 Mar 2000 07:11:38 +0000 (07:11 +0000)
gdb/ChangeLog
gdb/Makefile.in

index d94abf19abcc14e5292fb0fe5792a3201ba8546b..c94b823bcd77f2f537f635c0b8d75831f7b996f3 100644 (file)
@@ -1,3 +1,7 @@
+Sat Mar  4 04:08:58 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.
+
 Sat Mar  4 17:23:06 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * MAINTAINERS: Frank Ch. Eigler and Andrew Cagney co-ordinate the
index 7d60d651bae6c82dab14e62662b25eb6803b836f..87db6aef20c926a10d403e1834630a028ae41059 100644 (file)
@@ -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