diff options
author | Ian Lance Taylor <iant@google.com> | 2008-06-18 20:06:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-06-18 20:06:36 +0000 |
commit | dfd0dbafdceec23a9b61110b4717d602fabbee23 (patch) | |
tree | f9dea220801da1d773d1724b62d300af265684f5 | |
parent | 8fa475e4b19dd3e15c8817a2678f1788ee71cccf (diff) | |
download | cygnal-dfd0dbafdceec23a9b61110b4717d602fabbee23.tar.gz cygnal-dfd0dbafdceec23a9b61110b4717d602fabbee23.tar.bz2 cygnal-dfd0dbafdceec23a9b61110b4717d602fabbee23.zip |
2008-06-18 Ian Lance Taylor <iant@google.com>
* src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-06-18 Ian Lance Taylor <iant@google.com> + + * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp. + 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure: Regenerate. diff --git a/src-release b/src-release index e79f5dd6c..c3253ec89 100644 --- a/src-release +++ b/src-release @@ -249,7 +249,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas # The FSF "binutils" release includes gprof and ld. .PHONY: binutils.tar.bz2 -BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu depcomp binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f $(SELF) taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |