From 4b078dc3b0d3ee2211e6af7abc1a708aa676351e Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 3 Sep 1994 02:13:47 +0000 Subject: [PATCH] * configure.in: Don't ln gdbtk.tcl if it's already there. --- gdb/ChangeLog | 4 ++++ gdb/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42c8b258cdb..b5a688dd56c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 2 19:11:40 1994 Stu Grossman (grossman@cygnus.com) + + * configure.in: Don't ln gdbtk.tcl if it's already there. + Fri Sep 2 17:35:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * configure.in: No longer looks for nm, tm, and xm headers in diff --git a/gdb/configure.in b/gdb/configure.in index 0b3d9f02531..c6c796d67b0 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -390,7 +390,7 @@ else fi # Make it possible to use the GUI without doing a full install -if [ "${enable_gdbtk}" = "yes" ] ; then +if [ "${enable_gdbtk}" = "yes" -a ! -f gdbtk.tcl ] ; then files="${files} gdbtk.tcl" links="${links} gdbtk.tcl" fi -- 2.30.2