* Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.
This commit is contained in:
parent
7158fd7f9b
commit
b70bc471df
@ -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>
|
Sat Mar 4 17:23:06 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* MAINTAINERS: Frank Ch. Eigler and Andrew Cagney co-ordinate the
|
* MAINTAINERS: Frank Ch. Eigler and Andrew Cagney co-ordinate the
|
||||||
|
@ -1261,10 +1261,10 @@ fork-child.o: fork-child.c gdb_wait.h $(defs_h) $(gdbcore_h) \
|
|||||||
|
|
||||||
all-gdbtk:
|
all-gdbtk:
|
||||||
if test "$(LN_S)" = "ln -s" -a ! -d gdbtcl/images ; then \
|
if test "$(LN_S)" = "ln -s" -a ! -d gdbtcl/images ; then \
|
||||||
echo linking $srcdir/gdbtk/library to gdbtcl ; \
|
echo linking ${srcdir}/gdbtk/library to gdbtcl ; \
|
||||||
$(LN_S) $srcdir/gdbtk/library gdbtcl ; \
|
$(LN_S) ${srcdir}/gdbtk/library gdbtcl ; \
|
||||||
else \
|
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 " " You will need to do a ; \
|
||||||
echo " " make install before you are able to run the GUI. ; \
|
echo " " make install before you are able to run the GUI. ; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user