2004-10-19 Andrew Cagney <cagney@gnu.org>
* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
This commit is contained in:
parent
0e99ae0cc2
commit
a9cfce9c9d
2 changed files with 5 additions and 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.
|
||||
|
|
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue