]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
authorAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2001 01:09:09 +0000 (01:09 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2001 01:09:09 +0000 (01:09 +0000)
(gas+binutils.tar.bz2): Likewise.
(binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.

ChangeLog
Makefile.in

index b7341d7770792c3dc89af2a81282f7b4cc03100b..135a9db535887ac1cf57ddfde174d3badfd88cd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-17  H.J. Lu <hjl@gnu.org>
+
+       * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
+       (gas+binutils.tar.bz2): Likewise.
+       (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
+
 2001-06-11  Alan Modra  <amodra@bigpond.net.au>
 
        Merge from mainline.
index 14a775634bc9d6c8801c0404d17abd6d808b9e53..a213fc07724da84210be31fe3ac93004293b730f 100644 (file)
@@ -1868,7 +1868,7 @@ DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
 .PHONY: gas.tar.bz2
 GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms mkdep
 gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
-       $(MAKE) -f Makefile.in taz TOOL=gas \
+       $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=gas \
                MD5PROG="$(MD5PROG)" \
                SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
 
@@ -1876,14 +1876,14 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
 .PHONY: binutils.tar.bz2
 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 \
+       $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=binutils \
                MD5PROG="$(MD5PROG)" \
                SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
 
 .PHONY: gas+binutils.tar.bz2
 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
 gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
-       $(MAKE) -f Makefile.in taz TOOL=gas \
+       $(MAKE) -f Makefile.in taz TOOL=bfd PACKAGE=gas \
                MD5PROG="$(MD5PROG)" \
                SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"