]> gcc.gnu.org Git - gcc.git/commitdiff
(BINUTILS_SUPPORT_DIRS): Add cpu directory.
authorNick Clifton <nickc@redhat.com>
Mon, 30 Sep 2002 20:00:34 +0000 (20:00 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 30 Sep 2002 20:00:34 +0000 (20:00 +0000)
From-SVN: r57665

ChangeLog
Makefile.in

index b0f40c43d838f49a5af3901fb37e5f71b6b7ab40..bd242b9c6061c6d3c89bad87f76afcb5b2244adf 100644 (file)
--- 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.
index 81c65f986ea4d3b1393f6a0ee97387f27ae7cbe5..95d9d9efd77c0a7c54abc8805f3d9647fe93736e 100644 (file)
@@ -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)" \
This page took 0.092646 seconds and 5 git commands to generate.