diff options
author | Ian Lance Taylor <iant@google.com> | 2008-06-18 23:20:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-06-18 23:20:43 +0000 |
commit | e81e314651900e629ad40370bc1751d7bce56ac5 (patch) | |
tree | 03a6db012b342ef4b95c88a0d255c874b5d10ed8 | |
parent | dfd0dbafdceec23a9b61110b4717d602fabbee23 (diff) | |
download | cygnal-e81e314651900e629ad40370bc1751d7bce56ac5.tar.gz cygnal-e81e314651900e629ad40370bc1751d7bce56ac5.tar.bz2 cygnal-e81e314651900e629ad40370bc1751d7bce56ac5.zip |
* src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2008-06-18 Ian Lance Taylor <iant@google.com> + * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp. + * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> diff --git a/src-release b/src-release index c3253ec89..bdb8c1d50 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 depcomp +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f $(SELF) taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |