aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-03-04 07:11:38 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-03-04 07:11:38 +0000
commitb70bc471df28f70cccb6f69ec1bda924e72732c7 (patch)
tree5a06a01f4749de48659deb742af69fd6e73c605c /gdb/Makefile.in
parent7158fd7f9bbfbe0c42a47060e2e8e5d55073ac9a (diff)
downloadgdb-b70bc471df28f70cccb6f69ec1bda924e72732c7.zip
gdb-b70bc471df28f70cccb6f69ec1bda924e72732c7.tar.gz
gdb-b70bc471df28f70cccb6f69ec1bda924e72732c7.tar.bz2
* Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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