diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-01 22:58:14 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-01 22:58:14 +0000 |
commit | 7aa673ed4fbe7df29459a116d451fc53bd1b590d (patch) | |
tree | 58ce76cf03532dfad0152186e2139330efb36ea2 /src-release | |
parent | 748503c8500a7a395a95dd8f15f64c7fa65ec9fd (diff) | |
download | fsf-binutils-gdb-7aa673ed4fbe7df29459a116d451fc53bd1b590d.zip fsf-binutils-gdb-7aa673ed4fbe7df29459a116d451fc53bd1b590d.tar.gz fsf-binutils-gdb-7aa673ed4fbe7df29459a116d451fc53bd1b590d.tar.bz2 |
2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
* src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
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 2df7f33..9830da4 100644 --- a/src-release +++ b/src-release @@ -229,7 +229,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 gprof intl setup.com makefile.vms mkdep +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f $(SELF) taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |