From 50bd210bdec76695888b3aef818fe642820c9dfd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 30 Sep 2002 20:00:34 +0000 Subject: [PATCH] (BINUTILS_SUPPORT_DIRS): Add cpu directory. From-SVN: r57665 --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b0f40c43d83..bd242b9c606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-30 Nick Clifton + + * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. + 2002-09-30 Ulrich Weigand * configure.in (s390*-*-linux*): Enable libgcj. diff --git a/Makefile.in b/Makefile.in index 81c65f986ea..95d9d9efd77 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 +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 Makefile.in taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \