diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 05:11:25 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 05:11:25 +0000 |
commit | d6a4a914956dedb5545b1db91e0c17d9b626a778 (patch) | |
tree | a4978c4279fc2f3fba62aed0c4f8da33c860876a /Makefile.in | |
parent | 9251aedd75e7c448fe0947e1f051a9e9a56727da (diff) | |
download | gcc-d6a4a914956dedb5545b1db91e0c17d9b626a778.tar.gz |
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Add configure-target (for src-release in src)
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 95d9d9efd77..81c65f986ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1998,7 +1998,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 cpu +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f Makefile.in taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |