Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Tue, 28 Apr 1998 23:26:30 +0000 (23:26 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 28 Apr 1998 23:26:30 +0000 (23:26 +0000)
        * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
        the right GUI libraries and files are installed along with GDB.

This bit of the Makefile.in is bracketed by a sanitize-gdbtk, so
install-gdb will revert to the normal boring behavior if we sanitize
out all gdbtk bits.

ChangeLog
Makefile.in

index d24c5c2ffa16e3da2a58144e5ec36dc4d259f790..0c437ee91920629961c7a83918ee450402c3ee2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-gdbtk
+Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
+       the right GUI libraries and files are installed along with GDB.
+
+end-sanitize-gdbtk
 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Change alpha to alpha* in several places.
index 48d91f561fd69ada4974dc6c3f8d113edec358a4..d1940d855e24420c085895e53cd845cf1a5267eb 100644 (file)
@@ -1616,7 +1616,7 @@ all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newli
 all-target: $(ALL_TARGET_MODULES)
 install-target: $(INSTALL_TARGET_MODULES)
 # start-sanitize-gdbtk
-install-gdbtk: install-tcl install-tk install-itcl install-tix install-libgui install-gdb
+install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 #end-sanitize-gdbtk
 ### other supporting targets
 
This page took 0.0308 seconds and 4 git commands to generate.