diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-19 18:11:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-19 18:11:16 +0000 |
commit | a9cfce9c9dff4e79842696673537c6669d8a9cef (patch) | |
tree | 671c9c18d034227dfc9409113a1f22cb038ce300 | |
parent | 0e99ae0cc27bcd7e772d1842a503d4175ee02174 (diff) | |
download | gdb-a9cfce9c9dff4e79842696673537c6669d8a9cef.zip gdb-a9cfce9c9dff4e79842696673537c6669d8a9cef.tar.gz gdb-a9cfce9c9dff4e79842696673537c6669d8a9cef.tar.bz2 |
2004-10-19 Andrew Cagney <cagney@gnu.org>
* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-10-19 Andrew Cagney <cagney@gnu.org> + + * src-release (GDB_SUPPORT_DIRS): Remove utils and intl. + 2004-10-12 Kelley Cook <kcook@gcc.gnu.org> * configure.in (*-*-cygwin*): Supress warning if newlib not present. diff --git a/src-release b/src-release index f012d9d..1bc91fd 100644 --- a/src-release +++ b/src-release @@ -273,7 +273,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .PHONY: gdb.tar.bz2 -GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim utils intl +GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \ MD5PROG="$(MD5PROG)" \ |