* configure.in: Don't ln gdbtk.tcl if it's already there.
authorStu Grossman <grossman@cygnus>
Sat, 3 Sep 1994 02:13:47 +0000 (02:13 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 3 Sep 1994 02:13:47 +0000 (02:13 +0000)
gdb/ChangeLog
gdb/configure.in

index 42c8b258cdba04546cfaaceecd6e009beace8b42..b5a688dd56c14f98d2e9fae8dbeb2670d1f3283e 100644 (file)
@@ -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
index 0b3d9f02531d9b77152f7a86f34fb0f5d966daaf..c6c796d67b0d871cad1a67173aa2a5c7ee10caec 100644 (file)
@@ -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