]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* Makefile.in (GDBTK_VERSION): Set a version number.
authorKeith Seitz <keiths@redhat.com>
Wed, 15 Aug 2001 21:09:46 +0000 (21:09 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 15 Aug 2001 21:09:46 +0000 (21:09 +0000)
commitf0b743a914919068d84ebbfdc5ae4dbd3a9389bf
tree6e27cf1e35447de4e2a226f7d6be7b5e63dbd0ca
parentb90e1c6f3e1b7f75e8e7b9f4b66a5e1db9108b4d
* Makefile.in (GDBTK_VERSION): Set a version number.
(GDBTK_LIBRARY): New variable to point to location where
gdbtk will install its tcl library. Changed all refereneces
to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
(SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
(SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
(all-gdbtk): Remove.
(install-gdbtk): Remove.
(gdbtk.o): Pass srcdir to file when compiling.

Also from Ian Roxborough:

* Makefile.in: Changed all references to the install directory
"gdbtcl" to read "insight1.0".
gdb/ChangeLog
gdb/Makefile.in