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 | binutils-a9cfce9c9dff4e79842696673537c6669d8a9cef.tar.gz binutils-a9cfce9c9dff4e79842696673537c6669d8a9cef.tar.bz2 binutils-a9cfce9c9dff4e79842696673537c6669d8a9cef.zip | |
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
diff --git a/ChangeLog b/ChangeLog index dc234e3e029..33411676d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 f012d9df88a..1bc91fd7133 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)" \ |
