Commit d0f6c823 by Nathanael Nerode

Makefile.tpl: Add configure-target (for src-release in src)

2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>

	* Makefile.tpl: Add configure-target (for src-release in src)
	* Makefile.in: Regenerate.

From-SVN: r57724
parent 88d0be17
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Add configure-target (for src-release in src)
* Makefile.in: Regenerate.
2002-09-30 Nick Clifton <nickc@redhat.com> 2002-09-30 Nick Clifton <nickc@redhat.com>
* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
......
...@@ -1998,7 +1998,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas ...@@ -1998,7 +1998,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
# The FSF "binutils" release includes gprof and ld. # The FSF "binutils" release includes gprof and ld.
.PHONY: binutils.tar.bz2 .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 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
$(MAKE) -f Makefile.in taz TOOL=binutils \ $(MAKE) -f Makefile.in taz TOOL=binutils \
MD5PROG="$(MD5PROG)" \ MD5PROG="$(MD5PROG)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment