diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 20:00:34 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 20:00:34 +0000 |
| commit | eb5db52824509d5d448db85c50d8e24f52a16dd9 (patch) | |
| tree | d1284e55809cc2aa4ddbb82a13b3e5ae7d2e2857 | |
| parent | c026436747f94583b73230c0a932071edfab4bf4 (diff) | |
| download | ppe42-gcc-eb5db52824509d5d448db85c50d8e24f52a16dd9.tar.gz ppe42-gcc-eb5db52824509d5d448db85c50d8e24f52a16dd9.zip | |
(BINUTILS_SUPPORT_DIRS): Add cpu directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57665 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b0f40c43d83..bd242b9c606 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-30 Nick Clifton <nickc@redhat.com> + + * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. + 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com> * 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)" \ |

