From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16035 invoked by alias); 14 Apr 2005 16:53:28 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 14195 invoked from network); 14 Apr 2005 16:52:22 -0000 Received: from unknown (HELO pollux.ds.pg.gda.pl) (153.19.208.7) by sourceware.org with SMTP; 14 Apr 2005 16:52:22 -0000 Received: from localhost (localhost [127.0.0.1]) by pollux.ds.pg.gda.pl (Postfix) with ESMTP id 909CDF596A for ; Thu, 14 Apr 2005 18:52:16 +0200 (CEST) Received: from pollux.ds.pg.gda.pl ([127.0.0.1]) by localhost (pollux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22760-02 for ; Thu, 14 Apr 2005 18:52:16 +0200 (CEST) Received: from piorun.ds.pg.gda.pl (piorun.ds.pg.gda.pl [153.19.208.8]) by pollux.ds.pg.gda.pl (Postfix) with ESMTP id 33727E1C91 for ; Thu, 14 Apr 2005 18:52:16 +0200 (CEST) Received: from blysk.ds.pg.gda.pl (macro@blysk.ds.pg.gda.pl [153.19.208.6]) by piorun.ds.pg.gda.pl (8.13.1/8.13.1) with ESMTP id j3EGqKd1025903 for ; Thu, 14 Apr 2005 18:52:20 +0200 Date: Thu, 14 Apr 2005 16:53:00 -0000 From: "Maciej W. Rozycki" To: binutils@sources.redhat.com Subject: [patch] ld/: Remove the dependency on ancient automake Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Status: Clean X-SW-Source: 2005-04/txt/msg00380.txt.bz2 Hello, Here is the corresponding change for ld/ to make this directory work with recent versions of automake. Similarly to the binutils/ patch it replaces a problematic construct with one that has been documented on automake info pages. The resulting Makefiles have been successfully used for building: 1. Natively for mipsel-linux-gnu and i386-linux-gnu. 2. Cross-binutils for i386-linux-gnu host with the mipsel-linux-gnu and mips64el-linux-gnu targets. 3. Crossed native binutils for the mips64el-linux-gnu host using an i386-linux-gnu build system. 2005-04-14 Maciej W. Rozycki * Makefile.am (install): Rename goal to... (install-data-local): ... this, to preserve implicit dependencies. * doc/Makefile.in: Regenerate with automake 1.9.4. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. OK to apply? -- for the mainline of course. Maciej binutils-2.15.96-20050331-ld-info.patch diff -up --recursive --new-file binutils-2.15.96-20050331.macro/ld/Makefile.am binutils-2.15.96-20050331/ld/Makefile.am --- binutils-2.15.96-20050331.macro/ld/Makefile.am 2005-01-20 19:37:49.000000000 +0000 +++ binutils-2.15.96-20050331/ld/Makefile.am 2005-04-11 11:24:52.000000000 +0000 @@ -1683,7 +1683,7 @@ install-data-local: # We want install to imply install-info as per GNU standards, despite the # cygnus option. -install: install-info +install-data-local: install-info # Stuff that should be included in a distribution. The diststuff # target is run by the taz target in ../Makefile.in.