aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-24 08:16:26 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-24 08:16:26 +0000
commite56ac5c3a397926b0569e691a16b2c58dafc11c8 (patch)
tree3b4440f93f22ddfedc87b8383ee4fd8181468cbb /gdb/ChangeLog
parentb0b1b869c70b8a474fc098af5399f1d21cc5dabd (diff)
downloadgdb-e56ac5c3a397926b0569e691a16b2c58dafc11c8.zip
gdb-e56ac5c3a397926b0569e691a16b2c58dafc11c8.tar.gz
gdb-e56ac5c3a397926b0569e691a16b2c58dafc11c8.tar.bz2
Only install GDBtk files when GDBtk is being built.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f804998..f533381 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+Thu Feb 24 18:42:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * configure.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Set to
+ $(SUBDIR_*_INSTALL) when so configured.
+ * configure: Regenerate.
+
+ * Makefile.in (CONFIG_INSTALL, CONFIG_UNINSTALL): Define using
+ configure.
+ (install-only): Add dependency on $(CONFIG_INSTALL). Delete code
+ installing GDBtk.
+ (uninstall): Add dependency on $(CONFIG_UNINSTALL).
+ (SUBDIR_MI_INSTALL, SUBDIR_MI_UNINSTALL, SUBDIR_GDBTK_UNINSTALL,
+ SUBDIR_GDBTK_INSTALL): Define.
+ (install-gdbtk): New target.
+
Thu Feb 24 18:19:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace.