From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32478 invoked by alias); 18 Aug 2009 07:47:33 -0000 Received: (qmail 32470 invoked by uid 22791); 18 Aug 2009 07:47:32 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,J_CHICKENPOX_82,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Aug 2009 07:47:26 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7lLG9029538; Tue, 18 Aug 2009 03:47:21 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7I7lKaE010756; Tue, 18 Aug 2009 03:47:20 -0400 Received: from [10.36.8.119] (vpn2-8-119.ams2.redhat.com [10.36.8.119]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7I7lJQ0012633; Tue, 18 Aug 2009 03:47:19 -0400 Message-ID: <4A8A5C86.8080907@redhat.com> Date: Tue, 18 Aug 2009 07:48:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Ralf Wildenhues CC: binutils@sourceware.org Subject: Re: dependency tracking in bfd References: <20090815124234.GA20656@gmx.de> <20090815124428.GC20656@gmx.de> In-Reply-To: <20090815124428.GC20656@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00305.txt.bz2 Hi Ralf, > bfd/ChangeLog: > 2009-08-15 Ralf Wildenhues > > * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use > no-dist and foreign. > (EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow > dependency tracking to work for them. > (targets.lo, archures.lo, dwarf.lo): Rewrite to > use automake dependency tracking mechanism. > (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove. > (mkdep section): Remove. > (BUILT_SOURCES): New, list $(BUILD_HFILES). > * Makefile.in: Regenerate. Approved - please apply. Cheers Nick