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 | c4bd692681e1b439a7c948428be58325b39c977c (patch) | |
tree | 280d55d706878477942bb5d4db992b4ce853386b /src-release | |
parent | af6389da9dcd96d50bc7dba1a8b64f55a687c527 (diff) | |
download | gdb-c4bd692681e1b439a7c948428be58325b39c977c.tar.gz |
* src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.cgen-snapshot-20080701
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)" \ |