projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1118f1
)
* configure.in: Don't ln gdbtk.tcl if it's already there.
author
Stu Grossman
<grossman@cygnus>
Sat, 3 Sep 1994 02:13:47 +0000
(
02:13
+0000)
committer
Stu Grossman
<grossman@cygnus>
Sat, 3 Sep 1994 02:13:47 +0000
(
02:13
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/configure.in
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 42c8b258cdba04546cfaaceecd6e009beace8b42..b5a688dd56c14f98d2e9fae8dbeb2670d1f3283e 100644
(file)
--- 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 0b3d9f02531d9b77152f7a86f34fb0f5d966daaf..c6c796d67b0d871cad1a67173aa2a5c7ee10caec 100644
(file)
--- 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