From d0f6c8235e211b738cfe4e28f66c51d3fe184c23 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Wed, 2 Oct 2002 05:11:25 +0000 Subject: [PATCH] Makefile.tpl: Add configure-target (for src-release in src) 2002-10-02 Nathanael Nerode * Makefile.tpl: Add configure-target (for src-release in src) * Makefile.in: Regenerate. From-SVN: r57724 --- ChangeLog | 5 +++++ Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bd242b9c606..96b3fa16456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-02 Nathanael Nerode + + * Makefile.tpl: Add configure-target (for src-release in src) + * Makefile.in: Regenerate. + 2002-09-30 Nick Clifton * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. 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)" \