diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:59:53 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:59:53 +0000 |
commit | a22e936cdeb9abe0f5ccc2f7cef8fd3c7f60da75 (patch) | |
tree | d24271c56d386743daed5fba532489e180a75c64 /src-release | |
parent | 9f668e1f61e861b51d635639fb20490fecb931f2 (diff) | |
download | gdb-a22e936cdeb9abe0f5ccc2f7cef8fd3c7f60da75.tar.gz |
* Makefile.def, configure.in, src-release: Remove useless, bogus
references to tix.
* Makefile.in, configure: Regenerate.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index e08d17a4b69..f012d9df88a 100644 --- a/src-release +++ b/src-release @@ -309,7 +309,7 @@ gdb+dejagnu.tar: $(DIST_SUPPORT) $(GDBD_SUPPORT_DIRS) gdb SUPPORT_FILES="$(GDBD_SUPPORT_DIRS)" .PHONY: insight.tar.bz2 -INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl tix libgui +INSIGHT_SUPPORT_DIRS= $(GDB_SUPPORT_DIRS) tcl tk itcl libgui insight.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f $(SELF) gdb-taz TOOL=gdb PACKAGE=insight \ MD5PROG="$(MD5PROG)" \ |