diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-06-18 23:20:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-06-18 23:20:43 +0000 |
commit | 662c6704d31b47420fbd4423000e33b84939fc0c (patch) | |
tree | e9726756f57c20a0d74199cb57dca9d11c208cb0 /src-release | |
parent | 5f494ea0d5674ea0b84a3b29d7f367333eebdd4b (diff) | |
download | binutils-gdb-662c6704d31b47420fbd4423000e33b84939fc0c.tar.gz |
* src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index c3253ec895d..bdb8c1d50a6 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)" \ |