diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-31 15:14:46 +0000 |
commit | 20e95c23ab729a24aa7533de3a61b6e2c49506ea (patch) | |
tree | 7da8856acd79a82104cd1d35fed0e05780d0caca /src-release | |
parent | 38365cdd8f6f2101eeb1d85c6cc3235f99557ad4 (diff) | |
download | binutils-gdb-20e95c23ab729a24aa7533de3a61b6e2c49506ea.tar.gz |
Configury changes: update src repository (binutils, gdb, and rda) to use
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all
affected autotools files. Include intl in gdb releases again.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-release b/src-release index be73cd9afcf..cf0f7fc60c4 100644 --- a/src-release +++ b/src-release @@ -50,7 +50,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess config.sub config move-if-change \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltconfig ltmain.sh missing ylwrap \ - libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \ + libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \ Makefile.def Makefile.tpl src-release config.rpath # Files in devo/etc used in any net release. @@ -270,7 +270,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 +GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \ MD5PROG="$(MD5PROG)" \ |