diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-28 23:26:30 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-28 23:26:30 +0000 |
commit | bfde75f7e3846ec59ea36dcb07bb3f08924890a3 (patch) | |
tree | 846f3dd447ce71c847a1469ac090a325121ef474 /Makefile.in | |
parent | 231cd2a9797f84ac31eb01f17b040f3a3fa2053c (diff) | |
download | gdb-bfde75f7e3846ec59ea36dcb07bb3f08924890a3.zip gdb-bfde75f7e3846ec59ea36dcb07bb3f08924890a3.tar.gz gdb-bfde75f7e3846ec59ea36dcb07bb3f08924890a3.tar.bz2 |
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.
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 48d91f5..d1940d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |